Skip to content

Commit

Permalink
Fix AttributeError: module 'hstest' has no attribute 'PlottingTest'
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Turov committed Dec 25, 2021
1 parent 4426d82 commit c4f9f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hstest/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
try:
from hstest.stage import PlottingTest
except ImportError:
pass
PlottingTest = None
2 changes: 1 addition & 1 deletion hstest/stage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
try:
from hstest.stage.plotting_test import PlottingTest
except ImportError:
pass
PlottingTest = None

0 comments on commit c4f9f9f

Please sign in to comment.