Skip to content

Commit 1c7eae6

Browse files
Alison WuAlison Wu
authored andcommitted
remove relative path imports
1 parent e9a7b2d commit 1c7eae6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/diffpy/utils/parsers/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,4 @@
1616
"""Various utilities related to data parsing and manipulation.
1717
"""
1818

19-
from .loaddata import loadData
20-
from .resample import resample
21-
from .serialization import deserialize_data, serialize_data
22-
23-
# silence the pyflakes syntax checker
24-
assert loadData or resample or True
25-
assert serialize_data or deserialize_data or True
26-
2719
# End of file

0 commit comments

Comments
 (0)