Skip to content
Snippets Groups Projects
Commit a6d08a74 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Add missing import

parent 3d58c871
No related branches found
No related tags found
1 merge request!1F awi sams
...@@ -39,7 +39,7 @@ from sample_helpers.container_name import get_container_name_prefix ...@@ -39,7 +39,7 @@ from sample_helpers.container_name import get_container_name_prefix
from sample_helpers.container_registration_identifier import get_container_identifier from sample_helpers.container_registration_identifier import get_container_identifier
from sample_helpers.container_registration_post_processing import ( from sample_helpers.container_registration_post_processing import (
post_process_containers, post_process_parent_container) post_process_containers, post_process_parent_container)
from sample_helpers.utils import CONSTANTS, get_entity_name from sample_helpers.utils import CONSTANTS, get_column_header_name, get_entity_name
ERROR_PREFIX = CONSTANTS["error_prefix"] ERROR_PREFIX = CONSTANTS["error_prefix"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment