Skip to content

Commit 3a5dc6b

Browse files
committed
fix: isort imports in test_properties.py
1 parent 31358cc commit 3a5dc6b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_properties.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
from pathlib import Path
33

44
import yaml
5-
from hypothesis import given, settings, strategies as st
5+
from hypothesis import given, settings
6+
from hypothesis import strategies as st
7+
68
from treemapper import to_yaml
79
from treemapper.ignore import read_ignore_file
810
from treemapper.tree import _is_binary_file, _read_file_content

0 commit comments

Comments
 (0)