Skip to content

Commit 6906415

Browse files
committed
flake8: Remove useless .format to satisfy latest flake8
1 parent 9f25f4f commit 6906415

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

flattentool/input.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ def merge(base, mergee, debug_info=None):
182182
+ id_info
183183
)
184184
warnings_for_ignored_columns(
185-
v,
186-
"because another column treats it as an array or object".format(
187-
key
188-
),
185+
v, "because another column treats it as an array or object"
189186
)
190187
continue
191188
base_value = base[key].cell_value

0 commit comments

Comments
 (0)