From b2ee1e349dc898aed861a5c7f31d86b83e6fe1be Mon Sep 17 00:00:00 2001 From: opensource-tnbt Date: Mon, 16 Mar 2020 16:47:24 +0530 Subject: FLAKE8: Fixes to SDV python files. This patch adds fixes to python files in tools/sdv folder to overcome issues raised by flake8 Signed-off-by: Sridhar K. N. Rao Change-Id: Id5ab73b326c34234d673763e472b4d1d3d08792d --- tools/sdv/core/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/sdv/core/__init__.py') diff --git a/tools/sdv/core/__init__.py b/tools/sdv/core/__init__.py index 6c1db43..2441d38 100644 --- a/tools/sdv/core/__init__.py +++ b/tools/sdv/core/__init__.py @@ -14,4 +14,6 @@ """Core structural interfaces and their implementations """ + +# flake8: noqa import core.component_factory -- cgit