removed empty dictionary definition

This commit is contained in:
Ethan Peterson 2020-02-11 16:49:38 -05:00
parent 29255732ca
commit caeb4d3ce5

View file

@ -25,8 +25,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.