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
@@ -1,5 +1,4 @@
import asyncio
from typing import Tuple
import pytest_asyncio
from httpx import AsyncClient