removed extraneous definition

This commit is contained in:
Ethan Peterson 2020-02-23 10:42:27 -05:00
parent 089b6d04ef
commit ac5bb4047d

View file

@ -24,8 +24,6 @@ _WARNING_KWARGS = """\
will not accept positional parameters for superclass arguments.\
"""
_SURFACE_CLASSES = {}
class Surface(IDManagerMixin, metaclass=ABCMeta):
"""An implicit surface with an associated boundary condition.