We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31358cc commit 3a5dc6bCopy full SHA for 3a5dc6b
1 file changed
tests/test_properties.py
@@ -2,7 +2,9 @@
2
from pathlib import Path
3
4
import yaml
5
-from hypothesis import given, settings, strategies as st
+from hypothesis import given, settings
6
+from hypothesis import strategies as st
7
+
8
from treemapper import to_yaml
9
from treemapper.ignore import read_ignore_file
10
from treemapper.tree import _is_binary_file, _read_file_content
0 commit comments