mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 03:04:27 +08:00
Bump packages and apply black
This commit is contained in:
@ -14,6 +14,7 @@ from fastapi_users.router import (
|
||||
|
||||
try:
|
||||
from httpx_oauth.oauth2 import BaseOAuth2
|
||||
|
||||
from fastapi_users.router import get_oauth_router
|
||||
except ModuleNotFoundError: # pragma: no cover
|
||||
BaseOAuth2 = Type
|
||||
|
Reference in New Issue
Block a user