Skip to content

Commit 1783da9

Browse files
Alison WuAlison Wu
authored andcommitted
edited parser __init__.py to cookiecutting standard
1 parent 1e9284e commit 1783da9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/diffpy/utils/parsers/__init__.py

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

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

0 commit comments

Comments
 (0)