Remove extra empty line 61/21961/1
authorPeter Barabas <peter.barabas@ericsson.com>
Thu, 15 Sep 2016 11:03:11 +0000 (13:03 +0200)
committerJonas Bjurel <jonas.bjurel@ericsson.com>
Tue, 20 Sep 2016 21:12:12 +0000 (21:12 +0000)
Change-Id: I462a99b42d05b979c4f1904e7309e87ddd94d1bb
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
(cherry picked from commit 2c7b9bb6623844eeea95373ec2752b0200cd69e8)

deploy/deploy-config.py

index 436002d..8896080 100644 (file)
@@ -137,7 +137,6 @@ def merge_networks(list_1, list_2):
     return [new_nets.get(net.get('name'), net) for net in list_1]
 
 
-
 def merge_dicts(dict1, dict2):
     for k in set(dict1).union(dict2):
         if k in dict1 and k in dict2: