Skip to content

Commit a919343

Browse files
committed
chore: Remove shebang
1 parent 9a47494 commit a919343

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

agateexcel/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env python
2-
31
import agateexcel.table_xls
42
import agateexcel.table_xlsx

agateexcel/table_xls.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
This module contains the XLS extension to :class:`Table <agate.table.Table>`.
53
"""

agateexcel/table_xlsx.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
"""
42
This module contains the XLSX extension to :class:`Table <agate.table.Table>`.
53
"""

0 commit comments

Comments
 (0)