Skip to content

Commit

Permalink
Merge e23aec8 into 800448d
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-dlp committed Jul 3, 2016
2 parents 800448d + e23aec8 commit 5a16eab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hyperspy/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@ def __init__(self, *args, **kwargs):
" and replaced with BaseSignal",
VisibleDeprecationWarning)
BaseSignal.__init__(self, *args, **kwargs)

del DataDimensionError
del Signal1DTools
del Signal2DTools

0 comments on commit 5a16eab

Please sign in to comment.