Remove unused import

This commit is contained in:
Labrys of Knossos 2018-12-26 11:39:41 -05:00 committed by Lizband
parent bd385176e7
commit 6f7b85f711

View file

@ -16,7 +16,6 @@ from six.moves.urllib.request import urlretrieve
import cleanup
import core
from core import github_api as github, logger
import libs.util
class CheckVersion(object):