mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-02 12:21:53 +08:00
Fix typing errors
This commit is contained in:
@ -27,7 +27,7 @@ try:
|
||||
|
||||
from fastapi_users.router import get_oauth_router
|
||||
except ModuleNotFoundError: # pragma: no cover
|
||||
BaseOAuth2 = Type
|
||||
BaseOAuth2 = Type # type: ignore
|
||||
|
||||
|
||||
class FastAPIUsers:
|
||||
|
||||
Reference in New Issue
Block a user