Skip to content

Commit 3fe4faa

Browse files
committed
Ruff fixes
1 parent a27556e commit 3fe4faa

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/test_data_dhis2.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import pandas as pd
22

33
from msfocr.data.dhis2 import getAllUIDs, generate_key_value_pairs
4-
from msfocr.data import post_processing
54

65
def test_getAllUIDs(test_server_config, requests_mock):
76
requests_mock.get("http://test.com/api/categoryOptions?filter=name:ilike:12-59m", json={'categoryOptions': [{'id': 'tWRttYIzvBn', 'displayName': '12-59m'}]})

tests/test_data_post_processing.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import pytest
21
import pandas as pd
32

43
from msfocr.data import post_processing

0 commit comments

Comments
 (0)