Fix lint errors

This commit is contained in:
Thor77 2023-01-14 18:23:12 +01:00
parent 3e5258a82b
commit b6905d8f8b
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
1 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ from tsstats.utils import transform_pretty_identmap
@pytest.fixture(scope='module') @pytest.fixture(scope='module')
def identmap_clients(): def identmap_clients():
clients = Clients({ clients = Clients({
'1': '2', '1': '2',
'5': '2', '5': '2',
'UID1': 'UID2', 'UID1': 'UID2',
'UID5': 'UID2' 'UID5': 'UID2'
}) })
cl = Client('2', 'Client2') cl = Client('2', 'Client2')
uidcl = Client('UID2', 'Client2++') uidcl = Client('UID2', 'Client2++')