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 re
import sys
from flask_babel import gettext as _
from . import config, logger