Skip to content

Commit

Permalink
Remove duplicate imports
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Leclerc <[email protected]>
  • Loading branch information
sylvlecl committed Sep 3, 2024
1 parent e2e1193 commit b5a3828
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions antarest/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,9 @@
import uvicorn # type: ignore
from fastapi import FastAPI
from ratelimit import RateLimitMiddleware # type: ignore
from ratelimit import RateLimitMiddleware # type: ignore
from ratelimit.backends.redis import RedisBackend # type: ignore
from ratelimit.backends.redis import RedisBackend # type: ignore
from ratelimit.backends.redis import RedisBackend # type: ignore
from ratelimit.backends.redis import RedisBackend # type: ignore
from ratelimit.backends.simple import MemoryBackend # type: ignore
from ratelimit.backends.simple import MemoryBackend # type: ignore
from ratelimit.backends.simple import MemoryBackend # type: ignore
from ratelimit.backends.simple import MemoryBackend # type: ignore
from sqlalchemy import create_engine # type: ignore
from sqlalchemy import create_engine # type: ignore
from sqlalchemy import create_engine
from sqlalchemy.engine.base import Engine # type: ignore
from sqlalchemy.pool import NullPool # type: ignore

Expand Down

0 comments on commit b5a3828

Please sign in to comment.