Skip to content

Commit 041d32d

Browse files
committed
chore: Remove shebang
1 parent a19f694 commit 041d32d

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

agateremote/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
#!/usr/bin/env python
2-
31
import agateremote.table_remote
42
from agateremote.archive import Archive

agateremote/archive.py

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

53
import agate

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

0 commit comments

Comments
 (0)