Skip to content

Commit

Permalink
Remove references to numpy.testing.Tester
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Oct 7, 2023
1 parent 9e6229e commit 858e4c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions EMpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
]
__author__ = "Lorenzo Bolla"

from numpy.testing import Tester # type: ignore

from . import constants
from . import devices
from . import materials
Expand All @@ -35,5 +33,3 @@
from .version import version

__version__ = version

test = Tester().test

0 comments on commit 858e4c4

Please sign in to comment.