Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle committed Jan 8, 2025
1 parent 5bd5bbb commit af8fab2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ def test_get_study_data(self, client: TestClient, user_access_token: str, intern
b"\xef\xbb\xbf1;1;1;1;1\r\n1;1;1;1;1",
b"1;1;1;1;1\r1;1;1;1;1",
b"0,000000;0,000000;0,000000;0,000000\n0,000000;0,000000;0,000000;0,000000",
b"1;2;3;;;\n4;5;6;;;\n"
b"1;2;3;;;\n4;5;6;;;\n",
],
["\t", "\t", ",", "\t", ";", ";", ";", ";"],
):
Expand Down

0 comments on commit af8fab2

Please sign in to comment.