File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def invoke(
107
107
return 0
108
108
109
109
if output_format == "start-end-ts" :
110
- print (f"{ start_ts } ,{ end_ts } " )
110
+ print (f"{ start_ts } ,{ end_ts } " ) # noqa: E231
111
111
return 0
112
112
113
113
print ("======================= Faasm Execution =========================" )
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ def print_planner_resources(policy):
126
126
127
127
def color_text (color , text = "X" ):
128
128
num1 = str (color )
129
- return f"\033 [38;5;{ num1 } m{ text } \033 [0;0m"
129
+ return f"\033 [38;5;{ num1 } m{ text } \033 [0;0m" # noqa: E231, E702
130
130
131
131
def print_line (host_msg , worker_occupation , next_evicted_vm_ips = []):
132
132
is_evicted = host_msg .ip in next_evicted_vm_ips
You can’t perform that action at this time.
0 commit comments