Skip to content

Commit ef10754

Browse files
committed
style: adding flake8 ignore to imports
1 parent 97ec6a2 commit ef10754

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/diffpy/utils/parsers/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
##############################################################################
1515
"""Various utilities related to data parsing and manipulation."""
1616

17-
from diffpy.utils.parsers import loaddata
18-
from diffpy.utils.parsers import custom_exceptions
19-
from diffpy.utils.parsers import serialization
17+
from diffpy.utils.parsers import custom_exceptions # noqa: F401
18+
from diffpy.utils.parsers import loaddata # noqa: F401
19+
from diffpy.utils.parsers import serialization # noqa: F401

0 commit comments

Comments
 (0)