Runs Code Formater

This commit is contained in:
2024-04-02 02:46:06 -03:00
parent c1fe79b4ac
commit 0b1b89de17
8 changed files with 31 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
from storage_service.config.config_allowed_origins import get_allowed_origins
from storage_service.controller.storage_controller import s3_router
from storage_service.controller.health_checker_controller import health_router
from storage_service.controller.storage_controller import s3_router
from fastapi import FastAPI
from fastapi.middleware.cors import CORSMiddleware