run autoflake

```
autoflake -i --remove-unused-variables $(find . -name "*.py")
```
This commit is contained in:
Pavol Rusnak 2023-01-20 10:44:07 +00:00
parent c8efe41e1a
commit 15d7fbeace
No known key found for this signature in database
GPG key ID: 91F3B339B9A02A3D
38 changed files with 18 additions and 62 deletions

View file

@ -1,5 +1,4 @@
import asyncio
from typing import Tuple
import pytest_asyncio
from httpx import AsyncClient