Skip to content

Commit c810119

Browse files
committed
style: ensure clean ruff formatting and test package structure
1 parent 87d7036 commit c810119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_binary_search_issue.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from hypothesis import given, strategies as st
1+
from hypothesis import given
2+
from hypothesis import strategies as st
23

34
from searches.binary_search import binary_search
45

0 commit comments

Comments
 (0)