From ec0ab8044a0750375c8053358a8a22760b915d35 Mon Sep 17 00:00:00 2001 From: "Christian Y. Brenninkmeijer" Date: Mon, 24 Jun 2024 07:44:59 +0100 Subject: [PATCH] from testfixtures import LogCapture # type: ignore[import] --- gfe_integration_tests/test_hello_world.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfe_integration_tests/test_hello_world.py b/gfe_integration_tests/test_hello_world.py index 4a2ba7b4..a18c0827 100644 --- a/gfe_integration_tests/test_hello_world.py +++ b/gfe_integration_tests/test_hello_world.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from testfixtures import LogCapture +from testfixtures import LogCapture # type: ignore[import] from spinnaker_testbase import ScriptChecker