Document and reformat
This commit is contained in:
parent
44e5b66e2d
commit
7165174f4f
15 changed files with 136 additions and 39 deletions
|
|
@ -1 +1,4 @@
|
|||
from .large_file import LargeFileBase, LargeFileLocal, LargeFileMongo, LargeFileS3
|
||||
from .large_file.large_file_base import LargeFileBase
|
||||
from .large_file.large_file_local import LargeFileLocal
|
||||
from .large_file.large_file_mongo import LargeFileMongo
|
||||
from .large_file.large_file_s3 import LargeFileS3
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ from pathlib import Path
|
|||
from typing import Mapping, Type
|
||||
|
||||
from ..utilities import get_logger
|
||||
from .large_file import LargeFileBase, LargeFileLocal, LargeFileMongo, LargeFileS3
|
||||
from . import LargeFileBase, LargeFileLocal, LargeFileMongo, LargeFileS3
|
||||
from .parse_arguments import parse_arguments
|
||||
|
||||
logger = get_logger("large_file")
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
from .large_file_base import LargeFileBase
|
||||
from .large_file_local import LargeFileLocal
|
||||
from .large_file_mongo import LargeFileMongo
|
||||
from .large_file_s3 import LargeFileS3
|
||||
Loading…
Add table
Add a link
Reference in a new issue