Gregniuki commited on
Commit
a9f345d
1 Parent(s): f10fdf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
 
3
  from fastapi import FastAPI, Depends, HTTPException
4
  from .routes import auth, tts
5
- from .auth import verify_token # Import a function for verifying tokens
6
 
7
  app = FastAPI()
8
 
 
2
 
3
  from fastapi import FastAPI, Depends, HTTPException
4
  from .routes import auth, tts
5
+ from auth import verify_token # Import a function for verifying tokens
6
 
7
  app = FastAPI()
8