Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Jan 5, 2024
1 parent 060c7a6 commit e69d56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi_limiter/depends.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from typing import Annotated, Callable, Optional

import redis as pyredis
from pydantic import Field
from starlette.requests import Request
from starlette.responses import Response
from starlette.websockets import WebSocket
import redis as pyredis

from fastapi_limiter import FastAPILimiter

Expand Down

0 comments on commit e69d56b

Please sign in to comment.