Skip to content

Commit

Permalink
style: adding flake8 ignore to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ycexiao committed Feb 6, 2025
1 parent 97ec6a2 commit ef10754
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/diffpy/utils/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
##############################################################################
"""Various utilities related to data parsing and manipulation."""

from diffpy.utils.parsers import loaddata
from diffpy.utils.parsers import custom_exceptions
from diffpy.utils.parsers import serialization
from diffpy.utils.parsers import custom_exceptions # noqa: F401
from diffpy.utils.parsers import loaddata # noqa: F401
from diffpy.utils.parsers import serialization # noqa: F401

0 comments on commit ef10754

Please sign in to comment.