This commit is contained in:
Yakov Olkhovskiy 2024-10-03 00:10:59 +00:00
parent dff243a132
commit d022c4615b

View File

@ -175,7 +175,7 @@ if __name__ == "__main__":
ACTIVE_DIR = path.dirname(path.abspath(__file__))
sys.path.append(path.dirname(ACTIVE_DIR))
from ci.env_helper import S3_BUILDS_BUCKET
from ci.s3_helper import S3Helper
from ci.env_helper import S3_BUILDS_BUCKET # pylint: disable=import-error
from ci.s3_helper import S3Helper # pylint: disable=import-error
main()