From 493539be128a7cd9c31e6a7e1e5c7dafd9e513f3 Mon Sep 17 00:00:00 2001 From: Anastasia Kuporosova Date: Fri, 9 Feb 2024 09:10:03 +0100 Subject: [PATCH] remove flake8-commas requirement (#22611) ### Details: - cherry-picked https://github.com/openvinotoolkit/openvino/pull/22546 ### Tickets: - *ticket-id* --- src/bindings/python/requirements_test.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index 62320649b6acb9..d0f7023d6270b5 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -23,7 +23,6 @@ flake8-string-format flake8-variables-names flake8_builtins<2.3.0 flake8_coding -flake8_commas flake8_pep3101 flake8_quotes mypy