kill commented out code

This commit is contained in:
burnettk 2023-03-28 11:22:42 -04:00
parent fa5ded0f26
commit 141bb4fcb8
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ from spiffworkflow_backend.services.process_instance_service import (
)
from spiffworkflow_backend.services.process_model_service import ProcessModelService
# from tests.spiffworkflow_backend.helpers.test_data import load_test_spec
# We need to call this before importing spiffworkflow_backend
# otherwise typeguard cannot work. hence the noqa: E402