Skip to content

Commit df0b0a1

Browse files
committed
fix: ruff --fix
1 parent 480c3b8 commit df0b0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_gendiff.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import pytest
55

6-
from gendiff.gendiff import generate_diff, read_file_json, sort_list
76
from gendiff.cli import parse_args
7+
from gendiff.gendiff import generate_diff, read_file_json, sort_list
88

99

1010
@pytest.fixture

0 commit comments

Comments
 (0)