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 f487ebf commit 7b18d83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions agatedbf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
#!/usr/bin/env python

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

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

0 comments on commit 7b18d83

Please sign in to comment.