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