fix: remove unused variable in test_loop_guard_seed (ruff F841) #1255
Reference in New Issue
Block a user
Delete Branch "fix/lint-unused-var-loop-guard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes unused
original_mkdirvariable that was causing ruff F841 lint failure on main.1 line deleted, 0 added. Lines of code is a liability.
Fixes lint gate for all branches.