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 -1
View File
@@ -3,7 +3,7 @@ import time
import traceback
import uuid
from http import HTTPStatus
from typing import Callable, Dict, List
from typing import Dict
from fastapi.exceptions import HTTPException
from loguru import logger