We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e9284e commit 1783da9Copy full SHA for 1783da9
src/diffpy/utils/parsers/__init__.py
@@ -16,11 +16,4 @@
16
"""Various utilities related to data parsing and manipulation.
17
"""
18
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
26
# End of file
0 commit comments