Skip to content

Commit 98bf22b

Browse files
committed
use alternative qa ignore
1 parent 4cfc511 commit 98bf22b

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

src/diffpy/pdfmorph/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,7 @@
1717
"""
1818

1919
# top-level import
20-
from diffpy.pdfmorph.pdfmorph_api import morph_default_config, pdfmorph, plot_morph
21-
22-
top_level = [
23-
pdfmorph,
24-
plot_morph,
25-
morph_default_config,
26-
]
20+
from diffpy.pdfmorph.pdfmorph_api import morph_default_config, pdfmorph, plot_morph # noqa: F401
2721

2822
# key used when saving multiple morphs
2923
__save_morph_as__ = "save_morph_as"

src/diffpy/pdfmorph/morphs/__init__.py

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"""
1818

1919

20-
from diffpy.pdfmorph.morphs.morph import Morph
21-
from diffpy.pdfmorph.morphs.morphchain import MorphChain
20+
from diffpy.pdfmorph.morphs.morph import Morph # noqa: F401
21+
from diffpy.pdfmorph.morphs.morphchain import MorphChain # noqa: F401
2222
from diffpy.pdfmorph.morphs.morphishape import MorphISphere, MorphISpheroid
2323
from diffpy.pdfmorph.morphs.morphresolution import MorphResolutionDamping
2424
from diffpy.pdfmorph.morphs.morphrgrid import MorphRGrid
@@ -28,12 +28,6 @@
2828
from diffpy.pdfmorph.morphs.morphsmear import MorphSmear
2929
from diffpy.pdfmorph.morphs.morphstretch import MorphStretch
3030

31-
# List of morph base classes
32-
morph_base = [
33-
Morph,
34-
MorphChain,
35-
]
36-
3731
# List of morphs
3832
morphs = [
3933
MorphRGrid,

0 commit comments

Comments
 (0)