Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dummy docstrings
Browse files Browse the repository at this point in the history
mephenor committed Jan 15, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent f9c52e2 commit 386ef43
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
@@ -13,6 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""TODO"""

import base64
import concurrent.futures
1 change: 1 addition & 0 deletions src/ghga_connector/core/downloading/main.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions src/ghga_connector/core/uploading/abstract_uploader.py
Original file line number Diff line number Diff line change
@@ -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

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

from enum import Enum


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

"""TODO"""

from pathlib import Path

0 comments on commit 386ef43

Please sign in to comment.