Fix lints on tests

This commit is contained in:
Nathan Thomas 2024-05-14 16:18:01 -07:00
parent 178168cc68
commit 601241d1fb
8 changed files with 41 additions and 46 deletions

View file

@ -1,7 +1,8 @@
import pytest
import tomlkit
from tomlkit.toml_document import TOMLDocument
from streamrip.config import *
from streamrip.config import ConfigData
@pytest.fixture()