From ac5bb4047d4dc4de9fe71877c05b3d26c123b386 Mon Sep 17 00:00:00 2001 From: Ethan Peterson Date: Sun, 23 Feb 2020 10:42:27 -0500 Subject: [PATCH] removed extraneous definition --- openmc/surface.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/openmc/surface.py b/openmc/surface.py index 62ea83456c..a4c8b8c88d 100644 --- a/openmc/surface.py +++ b/openmc/surface.py @@ -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.