Skip to content

Commit b8004b8

Browse files
authored
CLN: Remove shebang (#32975)
1 parent bed9103 commit b8004b8

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

pandas/core/computation/eval.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
"""
32
Top level ``eval`` module.
43
"""

pandas/tests/io/generate_legacy_storage_files.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python3
2-
31
"""
42
self-contained to write legacy storage pickle files
53

pandas/tests/plotting/common.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/env python3
21
# coding: utf-8
32

43
import os

0 commit comments

Comments
 (0)