Feature 10296 Pip Standardization
[osm/PLA.git] / osm_pla / test / test_server.py
index 9d7582f..fdde3eb 100644 (file)
@@ -12,6 +12,9 @@
 # implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+
+# pylint: disable=E1120
+
 import asyncio
 import copy
 import os
@@ -259,7 +262,7 @@ nsd_from_db = {"_id": "15fc1941-f095-4cd8-af2d-1000bd6d9eaa",
                    'mgmt-network': True,
                    'vim-network-name': 'lanretxe'
                }],
-            }
+               }
 
 
 ######################################################