remove navigation import

This commit is contained in:
Elizabeth Esswein 2022-09-29 10:53:27 -04:00
parent e834a54f0d
commit 6c0719747b
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ from flask_bpmn.models.db import SpiffworkflowBaseDBModel
from marshmallow import INCLUDE
from marshmallow import Schema
from marshmallow_enum import EnumField # type: ignore
from SpiffWorkflow.navigation import NavItem # type: ignore
from SpiffWorkflow.util.deep_merge import DeepMerge # type: ignore
from sqlalchemy import ForeignKey
from sqlalchemy.orm import deferred