Skip to content

Commit f869f7d

Browse files
committed
fix linting issues
1 parent 164f9d6 commit f869f7d

File tree

3 files changed

+82
-8
lines changed

3 files changed

+82
-8
lines changed

e2e/poetry.lock

Lines changed: 81 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

e2e/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ requests = "^2.31.0"
1717
pyjwt = "^2.8.0"
1818
cryptography = "^42.0.3"
1919
lxml = "~4.9.0"
20+
flake8 = "^7.1.2"
2021

2122
[build-system]
2223
requires = ["poetry-core"]

e2e/test_s_flag_immunization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ def store_imms(self, imms_api: ImmunisationApi, patient_is_restricted: bool) ->
2323

2424
class TestGetSFlagImmunization(SFlagBaseTest):
2525
"""Test that sensitive data is filtered out for a READ if and only if the patient is s-flagged"""
26-
2726
def test_get_not_s_flagged_imms(self):
2827
"""Test that sensitive data is not filtered out for a READ when the patient is not s-flagged"""
2928
for imms_api in self.imms_apis:

0 commit comments

Comments
 (0)