Commit 04cea35e authored by Konstantinos Poulakakis's avatar Konstantinos Poulakakis
Browse files

Remove Base class that not in use.

parent ffdcb572
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -22,9 +22,6 @@ from common.proto.automation_pb2 import ZSMService
logging.basicConfig(level=logging.INFO)
LOGGER = logging.getLogger(__name__)

# Create a base class for declarative models
Base = registry().generate_base()

class AutomationModel(_Base):
    __tablename__ = 'automation'