Remove unnecessary import

This commit is contained in:
shortcutme 2019-11-30 02:14:08 +01:00
parent 5fba850d74
commit 1a17645e93
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -8,7 +8,6 @@ import atexit
import sys import sys
import gevent import gevent
from gevent._threading import Lock
from Debug import Debug from Debug import Debug
from .DbCursor import DbCursor from .DbCursor import DbCursor