updated and cleaned
This commit is contained in:
@@ -228,6 +228,7 @@ class Build(CrudCollection, SelectActionWithEmployee):
|
||||
).data:
|
||||
return management_room
|
||||
return None
|
||||
|
||||
#
|
||||
# @classmethod
|
||||
# def create_action(cls, data: InsertBuild, token):
|
||||
|
||||
@@ -27,7 +27,6 @@ from sqlalchemy.orm import Mapped, mapped_column, relationship
|
||||
from Services.PostgresService.controllers.mixin_controllers import CrudCollection
|
||||
|
||||
|
||||
|
||||
class BuildDecisionBook(CrudCollection):
|
||||
"""
|
||||
Builds class based on declarative_base and BaseMixin via session
|
||||
|
||||
Reference in New Issue
Block a user