aboutsummaryrefslogtreecommitdiffstats
path: root/tools/sdv/core/__init__.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2020-03-16 11:55:37 +0000
committerGerrit Code Review <gerrit@opnfv.org>2020-03-16 11:55:37 +0000
commit004298391e45dee9421748bc1312cda5d2af2d43 (patch)
tree5bff81716944c11e6be8f63a794b5188084449b5 /tools/sdv/core/__init__.py
parent0f663f5ce102f2d91c2aa6a8bfb6c2ef13d8ba7d (diff)
parentb2ee1e349dc898aed861a5c7f31d86b83e6fe1be (diff)
Merge "FLAKE8: Fixes to SDV python files."
Diffstat (limited to 'tools/sdv/core/__init__.py')
-rw-r--r--tools/sdv/core/__init__.py2
1 files changed, 2 insertions, 0 deletions
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