Bump packages and apply black

This commit is contained in:
François Voron
2020-07-09 17:28:41 +02:00
parent 1b24d307a8
commit e63a67ead3
10 changed files with 170 additions and 105 deletions

View File

@ -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