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