Remove unused import.
This commit is contained in:
parent
15b77bf2e9
commit
f0083adfb5
@ -34,9 +34,6 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), os.pardir,
|
|||||||
|
|
||||||
from scripts import utils
|
from scripts import utils
|
||||||
|
|
||||||
import qutebrowser
|
|
||||||
|
|
||||||
|
|
||||||
Message = collections.namedtuple('Message', 'typ, text')
|
Message = collections.namedtuple('Message', 'typ, text')
|
||||||
MsgType = enum.Enum('MsgType', 'insufficent_coverage, perfect_file')
|
MsgType = enum.Enum('MsgType', 'insufficent_coverage, perfect_file')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user