Skip to content

Commit 39076c5

Browse files
committed
Normalize imports by coding style
1 parent 973fc10 commit 39076c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/demonstration/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from fastapi import FastAPI, APIRouter
1+
from fastapi import APIRouter
2+
from fastapi import FastAPI
23

34
from config import oauth2_config
45
from fastapi_oauth2.middleware import OAuth2Middleware

0 commit comments

Comments
 (0)