Remove unused imports

This commit is contained in:
jvoisin
2020-10-27 11:06:43 +01:00
parent 5792838333
commit 19b2a334e4
8 changed files with 4 additions and 8 deletions

View File

@@ -19,7 +19,6 @@
from __future__ import division, print_function, unicode_literals
import os
import json
import sys
from sqlalchemy import exc, Column, String, Integer, SmallInteger, Boolean, BLOB, JSON