File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
import time
2
2
from typing import List
3
- from osbot_utils .decorators .methods .type_safe import type_safe
4
3
from osbot_aws .apis .Session import Session
5
4
from osbot_utils .base_classes .Kwargs_To_Self import Kwargs_To_Self
5
+ from osbot_utils .type_safe .decorators import type_safe
6
+
6
7
7
8
class Cloud_Front (Kwargs_To_Self ):
8
9
Original file line number Diff line number Diff line change 1
- from osbot_utils .type_safe .Type_Safe import Type_Safe
2
- from osbot_utils .decorators . methods . type_safe import type_safe
3
- from osbot_utils .helpers . Safe_Id import Safe_Id
4
- from osbot_utils .utils .Misc import utc_now , date_today
1
+ from osbot_utils .type_safe .Type_Safe import Type_Safe
2
+ from osbot_utils .helpers . Safe_Id import Safe_Id
3
+ from osbot_utils .type_safe . decorators import type_safe
4
+ from osbot_utils .utils .Misc import utc_now , date_today
5
5
6
6
S3_PATH__WHEN_BLOCK_SIZE = 5
7
7
You can’t perform that action at this time.
0 commit comments