From 817f72adf76087bc08ce235216364235491cf47e Mon Sep 17 00:00:00 2001 From: Romulo Quidute Filho Date: Thu, 9 Nov 2023 00:06:11 +0000 Subject: [PATCH] Fix mypy and flake violations --- app/tests/python_tests/test_python_test_suite.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/tests/python_tests/test_python_test_suite.py b/app/tests/python_tests/test_python_test_suite.py index bc701610..28ed6631 100644 --- a/app/tests/python_tests/test_python_test_suite.py +++ b/app/tests/python_tests/test_python_test_suite.py @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. # +# flake8: noqa +# Ignore flake8 check for this file from typing import Type from unittest import mock