Skip to content

Commit

Permalink
chore: Remove shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Oct 3, 2023
1 parent 16e4f4c commit 63a21be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions agatelookup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env python

import agatelookup.table
from agatelookup.source import Source
2 changes: 0 additions & 2 deletions agatelookup/source.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

import io
import os

Expand Down
2 changes: 0 additions & 2 deletions agatelookup/table.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#!/usr/bin/env python

"""
This module contains the Lookup extension to :class:`Table <agate.table.Table>`.
"""
Expand Down

0 comments on commit 63a21be

Please sign in to comment.