We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973fc10 commit 39076c5Copy full SHA for 39076c5
examples/demonstration/main.py
@@ -1,4 +1,5 @@
1
-from fastapi import FastAPI, APIRouter
+from fastapi import APIRouter
2
+from fastapi import FastAPI
3
4
from config import oauth2_config
5
from fastapi_oauth2.middleware import OAuth2Middleware
0 commit comments