remove unused import

This commit is contained in:
Jean-Paul Calderone 2019-03-21 13:35:39 -04:00
parent 43023fb620
commit 86f5ce819e

View File

@ -2,7 +2,6 @@ from __future__ import print_function
import sys
import json
from os.path import join
from twisted.internet.task import react
from twisted.internet.defer import inlineCallbacks, Deferred