From b26dd894b09db1d9d5cccbe0fc115c6f520d2706 Mon Sep 17 00:00:00 2001 From: Steakley Date: Wed, 22 Mar 2023 15:16:32 -0700 Subject: [PATCH] fix import --- test/e2e/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/__init__.py b/test/e2e/__init__.py index ebdcd9d4..6928e619 100644 --- a/test/e2e/__init__.py +++ b/test/e2e/__init__.py @@ -23,7 +23,7 @@ import random from acktest.k8s import resource as k8s -from common import config as cfg +from e2e.common import config as cfg SERVICE_NAME = "sagemaker"