run autoflake

```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
This commit is contained in:
Pavol Rusnak
2023-01-30 11:46:43 +00:00
parent c8efe41e1a
commit 15d7fbeace
38 changed files with 18 additions and 62 deletions
-1
View File
@@ -2,7 +2,6 @@ import asyncio
import base64
import hashlib
import json
from pydoc import describe
from typing import AsyncGenerator, Dict, Optional
import httpx