run autoflake
``` autoflake -i --remove-unused-variables $(find . -name "*.py") ```
This commit is contained in:
parent
c8efe41e1a
commit
15d7fbeace
38 changed files with 18 additions and 62 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import asyncio
|
||||
from typing import Tuple
|
||||
|
||||
import pytest_asyncio
|
||||
from httpx import AsyncClient
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue