Skip to content

Commit 4eaa704

Browse files
committed
Move noqa comment to where the lastest flake8 likes it.
1 parent 759c4fb commit 4eaa704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convert_grok.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ def dump_state_dict(f, ggml_type, input_dir, config):
244244
tensor_info.append((name, list(tensor.shape), tensor_ggml_type.name))
245245

246246
try:
247-
print(
247+
print( # noqa: NP100
248248
tabulate(tensor_info, headers=["name", "shape", "dtype"], tablefmt="psql")
249-
) # noqa: NP100
249+
)
250250
except NameError:
251251
pass
252252

0 commit comments

Comments
 (0)