Skip to content

Commit

Permalink
fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAyd committed Mar 21, 2024
1 parent 31aeba4 commit ef1ac30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pandas/_build_utils/gitversion.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env python3

# This file is vendored from NumPy. See NUMPY_LICENSE.txt

#!/usr/bin/env python3
import os
import textwrap

Expand Down

0 comments on commit ef1ac30

Please sign in to comment.