remove some debug code w/ burnettk
This commit is contained in:
parent
53486823b6
commit
76e654ca60
|
@ -72,7 +72,6 @@ dateparser = "^1.1.2"
|
|||
types-dateparser = "^1.1.4.1"
|
||||
flask-jwt-extended = "^4.4.4"
|
||||
pylint = "^2.15.10"
|
||||
json-delta = "^2.0.2"
|
||||
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
|
|
@ -53,8 +53,6 @@ from spiffworkflow_backend.models.process_instance_metadata import (
|
|||
from spiffworkflow_backend.models.serialized_bpmn_definition import (
|
||||
SerializedBpmnDefinitionModel,
|
||||
) # noqa: F401
|
||||
|
||||
# it was wrongly ProcessesInstanceData
|
||||
from spiffworkflow_backend.models.process_instance_data import (
|
||||
ProcessInstanceDataModel,
|
||||
) # noqa: F401
|
||||
|
|
Loading…
Reference in New Issue