Fix: Flake8 seems to have changed. This fixes a code style issue in an old file preventing the CI to succeed.

Change-Id: I0e48166df7a24b53fa3215241d9b515fdd6343b5
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
diff --git a/src/emuvim/api/sonata/dummygatekeeper.py b/src/emuvim/api/sonata/dummygatekeeper.py
index 59b1900..ea9a76e 100755
--- a/src/emuvim/api/sonata/dummygatekeeper.py
+++ b/src/emuvim/api/sonata/dummygatekeeper.py
@@ -330,8 +330,7 @@
             cpu_period, cpu_quota = self._calculate_cpu_cfs_values(
                 float(cpu_bw))
 
-            # check if we need to deploy the management ports (defined as
-            # type:management both on in the vnfd and nsd)
+            # check if we need to deploy the management ports
             intfs = vnfd.get("connection_points", [])
             mgmt_intf_names = []
             if USE_DOCKER_MGMT: