diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/models.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/db/models.py b/db/models.py index eaf67d7..9edbec4 100644 --- a/db/models.py +++ b/db/models.py @@ -15,7 +15,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. import collections -import json from . import get_connection, return_connection |