flake8 fixes: unused imports and f-strings without vars

This commit is contained in:
Erik Sundell
2021-10-28 09:37:50 +02:00
parent 39ed51b841
commit a64f242b61
11 changed files with 2 additions and 12 deletions

View File

@@ -2,7 +2,6 @@ from hubtraf.user import User
from hubtraf.auth.dummy import login_dummy
import pytest
from functools import partial
import asyncio
@pytest.mark.asyncio