Skip to content

Commit 63a21be

Browse files
committed
chore: Remove shebang
1 parent 16e4f4c commit 63a21be

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

agatelookup/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env python
2-
31
import agatelookup.table
42
from agatelookup.source import Source

agatelookup/source.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#!/usr/bin/env python
2-
31
import io
42
import os
53

agatelookup/table.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 Lookup extension to :class:`Table <agate.table.Table>`.
53
"""

0 commit comments

Comments
 (0)