Loading src/automation/service/database/AutomationModel.py +0 −3 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
src/automation/service/database/AutomationModel.py +0 −3 Original line number Diff line number Diff line Loading @@ -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' Loading