Skip to content

Commit

Permalink
comment out unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cadenmyers13 committed May 28, 2024
1 parent 1544be0 commit 816cd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/diffpy/pdfmorph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"""

# top-level import
from diffpy.pdfmorph.pdfmorph_api import morph_default_config, pdfmorph, plot_morph
# from diffpy.pdfmorph.pdfmorph_api import morph_default_config, pdfmorph, plot_morph

# obtain version information
from diffpy.pdfmorph.version import __version__
# from diffpy.pdfmorph.version import __version__

# key used when saving multiple morphs
__save_morph_as__ = "save_morph_as"
Expand Down

0 comments on commit 816cd3d

Please sign in to comment.