Browse Source

PEP 8 change

nee2c 3 years ago
parent
commit
54baecbfe4
1 changed files with 1 additions and 2 deletions
  1. 1 2
      salt/_modules/nico.py

+ 1 - 2
salt/_modules/nico.py

@@ -50,8 +50,7 @@ def list_(num):
         if y < num:
         if y < num:
             x.append(y)
             x.append(y)
         else:
         else:
-            break
-    return x
+            return x
 
 
 def ip():
 def ip():
     """
     """