Skip to content

Commit a5164b8

Browse files
committed
fix failing codecheck
1 parent 6e06646 commit a5164b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/util/testing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def ensure_clean_dir():
775775
finally:
776776
try:
777777
rmtree(directory_name)
778-
except Exception as e:
778+
except Exception:
779779
pass
780780

781781

0 commit comments

Comments
 (0)