remove some debug code w/ burnettk

This commit is contained in:
jasquat 2023-03-01 15:38:05 -05:00
parent 11384fe8fa
commit 4f32c604cf
No known key found for this signature in database
2 changed files with 0 additions and 3 deletions

View File

@ -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]

View File

@ -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