Skip to content

Commit

Permalink
No longer ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
mephenor committed Jul 15, 2024
1 parent 9cf02bd commit a8ee177
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from fins.adapters.inbound.fastapi_.routes import router
from fins.config import Config

config = Config() # type: ignore
config = Config()


def get_openapi_schema(app: FastAPI) -> dict[str, Any]:
Expand Down

0 comments on commit a8ee177

Please sign in to comment.