From c08351391695b66c8b142f0149335b8244f82c66 Mon Sep 17 00:00:00 2001 From: sweeneys Date: Wed, 10 Nov 2021 22:57:05 -0800 Subject: [PATCH] add missing import Signed-off-by: sweeneys --- .../PythonTests/smoke/test_Editor_NewExistingLevels_Works.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py b/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py index b437a21618..b012da33fe 100644 --- a/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py +++ b/AutomatedTesting/Gem/PythonTests/smoke/test_Editor_NewExistingLevels_Works.py @@ -11,6 +11,8 @@ Test should run in both gpu and non gpu import pytest import os from automatedtesting_shared.base import TestAutomationBase + +import ly_test_tools import ly_test_tools.environment.file_system as file_system