Improve the code style: more comments and remove useless packages (#1139)

This commit is contained in:
Lianmin Zheng
2024-08-17 14:37:52 -07:00
committed by GitHub
parent 9208591f05
commit cdc8d60752
3 changed files with 29 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ from typing import Dict, List, Optional, Union
setattr(threading, "_register_atexit", lambda *args, **kwargs: None)
import aiohttp
import psutil
import requests
import uvicorn
import uvloop