Fix lints in tests (#682)

* Fix lints on tests

* Formatting

* Formatting
This commit is contained in:
Nathan Thomas 2024-05-14 16:27:41 -07:00 committed by GitHub
parent 178168cc68
commit 54d05e1330
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 50 additions and 50 deletions

View file

@ -4,8 +4,8 @@ import os
import pytest
from util import arun
from streamrip.config import Config
from streamrip.client.qobuz import QobuzClient
from streamrip.config import Config
@pytest.fixture(scope="session")