Skip to content

Commit

Permalink
Added dummy docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Jan 15, 2024
1 parent f9c52e2 commit 386ef43
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ghga_connector/core/downloading/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""TODO"""

import base64
import concurrent.futures
Expand Down
1 change: 1 addition & 0 deletions src/ghga_connector/core/downloading/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""TODO"""

from pathlib import Path
from queue import Empty, Queue
Expand Down
2 changes: 2 additions & 0 deletions src/ghga_connector/core/uploading/abstract_uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""TODO"""

from abc import ABC, abstractmethod
from collections.abc import Iterator

Expand Down
2 changes: 2 additions & 0 deletions src/ghga_connector/core/uploading/dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""TODO"""

from enum import Enum


Expand Down
2 changes: 1 addition & 1 deletion src/ghga_connector/core/uploading/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

"""TODO"""

from pathlib import Path

Expand Down

0 comments on commit 386ef43

Please sign in to comment.