run autoflake
``` autoflake -i --remove-unused-variables $(find . -name "*.py") ```
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import asyncio
|
||||
import hashlib
|
||||
import json
|
||||
from typing import AsyncGenerator, Dict, Optional
|
||||
from typing import AsyncGenerator, Optional
|
||||
|
||||
import httpx
|
||||
from loguru import logger
|
||||
|
||||
Reference in New Issue
Block a user