Browse Source

导包问题

rambo 4 months ago
parent
commit
71b95134c2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      python/index.py

+ 0 - 1
python/index.py

@@ -2,7 +2,6 @@ import asyncio
 import sys
 import uvicorn
 import signal
-from sqlalchemy.dialects import *
 from api import *
 from sockets.socket_server import *
 import uvicorn.loops.auto