Skip to content

Commit d70c7a5

Browse files
committed
minor formatting changes
1 parent 92b9610 commit d70c7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

osbot_aws/aws/s3/S3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from osbot_utils.type_safe.Type_Safe import Type_Safe
1+
from osbot_utils.type_safe.Type_Safe import Type_Safe
22
from osbot_utils.decorators.lists.group_by import group_by
33
from osbot_utils.decorators.lists.index_by import index_by
44
from osbot_utils.decorators.methods.cache_on_self import cache_on_self

osbot_aws/aws/s3/S3__DB_Base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from osbot_aws.aws.session.Session__Kwargs__S3 import Session__Kwargs__S3
2-
from osbot_utils.type_safe.Type_Safe import Type_Safe
2+
from osbot_utils.type_safe.Type_Safe import Type_Safe
33
from osbot_utils.decorators.methods.cache_on_self import cache_on_self
44

55
ENV_NAME__USE_MINIO_AS_S3 = 'USE_MINIO_AS_S3'

0 commit comments

Comments
 (0)