Skip to content

Commit 1c0d20b

Browse files
pylint flake8 fixes
1 parent 1392207 commit 1c0d20b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

tests/test_csv.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
from pprint import pprint
12
from csv_diff import load_csv, compare
23

34
diff = compare(
4-
load_csv(open('./tests/data/ANAEv3_WIT_2024/r1dy0jxgk.csv')),
5-
load_csv(open('./tests/data/ANAEv3_WIT_2025/r1dy0jxgk.csv')),
5+
load_csv(open('./tests/data/ANAEv3_WIT_2024/r1dy0d846.csv')),
6+
load_csv(open('./tests/data/ANAEv3_WIT_2025/r1dy0d846.csv')), show_unchanged=True
67
)
78

8-
print(diff)
9+
pprint(diff)

0 commit comments

Comments
 (0)