remove unused imports, rectify isort violations

Files got into the branch that violate both PEP-8 guidelines
and isorts. This fixes them.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-06-05 21:19:20 -07:00
parent 4d1faca447
commit 5ceeb88bee
7 changed files with 12 additions and 21 deletions

View file

@ -4,8 +4,6 @@ import pytest
from sqlalchemy.exc import IntegrityError
import aurweb.config
from aurweb.auth import BasicAuthBackend, has_credential
from aurweb.db import create, query
from aurweb.models.account_type import AccountType