Omkar008 commited on
Commit
daf2a06
1 Parent(s): cb10ac5

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -1
test.py CHANGED
@@ -8,7 +8,6 @@ import logging
8
  import time
9
  import asyncio
10
 
11
-
12
  app = FastAPI()
13
  oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")
14
 
 
8
  import time
9
  import asyncio
10
 
 
11
  app = FastAPI()
12
  oauth2_scheme = OAuth2PasswordBearer(tokenUrl="token")
13