Skip to content

Commit cbec58e

Browse files
tomascassidyjorisvandenbossche
tomascassidy
authored andcommitted
TST: fix shebang typo (#21307)
Fix shebang typo in generate_legacy_storage_files.py closes #21306
1 parent 88c3f08 commit cbec58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/generate_legacy_storage_files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/env/bin python
1+
#!/usr/bin/env python
22

33
"""
44
self-contained to write legacy storage (pickle/msgpack) files

0 commit comments

Comments
 (0)