Remove unused import

This commit is contained in:
Florian Bruhin 2018-06-07 18:01:29 +02:00
parent 6e48648033
commit 4614ad5063

View File

@ -19,7 +19,7 @@
"""QtWebEngine specific qute://* handlers and glue code."""
from PyQt5.QtCore import QBuffer, QIODevice, QUrl
from PyQt5.QtCore import QBuffer, QIODevice
from PyQt5.QtWebEngineCore import (QWebEngineUrlSchemeHandler,
QWebEngineUrlRequestJob)