From 7b18d832830bc1b3eb89112c228151bd3e4b6248 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 3 Oct 2023 17:34:17 -0400 Subject: [PATCH] chore: Remove shebang --- agatedbf/__init__.py | 2 -- agatedbf/table.py | 2 -- 2 files changed, 4 deletions(-) diff --git a/agatedbf/__init__.py b/agatedbf/__init__.py index e1b71fc..a4ae88a 100644 --- a/agatedbf/__init__.py +++ b/agatedbf/__init__.py @@ -1,3 +1 @@ -#!/usr/bin/env python - import agatedbf.table diff --git a/agatedbf/table.py b/agatedbf/table.py index 267d200..45f40d7 100644 --- a/agatedbf/table.py +++ b/agatedbf/table.py @@ -1,5 +1,3 @@ -#!/usr/bin/env python - """ This module contains the DBF extension to :class:`Table `. """