Spaces:
Running
Running
Update test.py
Browse files
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 |
|