More linting

This commit is contained in:
alexjanousekGSA
2025-02-06 09:48:59 -05:00
parent 6adb71afe1
commit 7976d0794c
2 changed files with 2 additions and 4 deletions

View File

@@ -239,7 +239,7 @@
"filename": "tests/app/dao/test_services_dao.py",
"hashed_secret": "5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8",
"is_verified": false,
"line_number": 291,
"line_number": 290,
"is_secret": false
}
],
@@ -384,5 +384,5 @@
}
]
},
"generated_at": "2025-02-06T14:42:23Z"
"generated_at": "2025-02-06T14:48:51Z"
}

View File

@@ -2,7 +2,6 @@ import uuid
from collections import namedtuple
from datetime import datetime, timedelta
from unittest import mock
from unittest.mock import Mock
import pytest
import pytz
@@ -1632,7 +1631,6 @@ def test_get_live_services_with_organization(sample_organization):
_this_date = datetime(2025, 2, 2, 13, 45, 22, 222955, tzinfo=pytz.utc)
@pytest.mark.parametrize(
["data", "start_date", "days", "end_date", "expected", "is_error"],
[