Skip to content

Commit 7ab4cfb

Browse files
committed
Drop now-unnecessary TRY300 noqa
1 parent b38d957 commit 7ab4cfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codepy/jit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ def check_source(source_path: list[str]) -> bool:
466466
dependencies=get_dep_structure(source_paths),
467467
source_name=source_name), info_file)
468468

469-
return hex_checksum, mod_name, ext_file, True # noqa: TRY300
469+
return hex_checksum, mod_name, ext_file, True
470470
except Exception:
471471
cleanup_m.error_clean_up()
472472
raise

0 commit comments

Comments
 (0)