Skip to content

Commit 7008558

Browse files
committed
Fix import formatting for ruff linter compliance
1 parent 9bfcd1e commit 7008558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maths/test_abs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import pytest
99

10-
from maths.abs import abs_val, abs_min, abs_max, abs_max_sort
10+
from maths.abs import abs_max, abs_max_sort, abs_min, abs_val
1111

1212

1313
class TestAbsVal:

0 commit comments

Comments
 (0)