refactor: fix pylint warnings in tests

This commit is contained in:
2024-01-05 16:40:38 +02:00
parent 706808fc97
commit 70b7fcf47a
17 changed files with 25 additions and 32 deletions

View File

@@ -1,10 +1,10 @@
import importlib
import sys
import ahriman.core.auth.helpers as helpers
from pytest_mock import MockerFixture
from ahriman.core.auth import helpers
def test_import_aiohttp_security() -> None:
"""