mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
fix imports
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import configparser
|
||||
import sys
|
||||
|
||||
import boto3
|
||||
import botocore
|
||||
from run_utils import config
|
||||
|
||||
from log_utils import logger
|
||||
from run_utils import config
|
||||
|
||||
BUCKET_NAME = config["DEFAULT"]["BUCKET_NAME"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user