Remove unused import
This commit is contained in:
parent
750ef834dc
commit
096b0a7a37
@ -36,8 +36,7 @@ from PyQt5.QtWebEngineWidgets import (QWebEngineSettings, QWebEngineProfile,
|
|||||||
|
|
||||||
from qutebrowser.browser import shared
|
from qutebrowser.browser import shared
|
||||||
from qutebrowser.config import config, websettings
|
from qutebrowser.config import config, websettings
|
||||||
from qutebrowser.utils import (objreg, utils, standarddir, javascript, log,
|
from qutebrowser.utils import objreg, utils, standarddir, javascript, qtutils
|
||||||
qtutils)
|
|
||||||
|
|
||||||
|
|
||||||
# The default QWebEngineProfile
|
# The default QWebEngineProfile
|
||||||
|
Loading…
Reference in New Issue
Block a user