Fix lint
This commit is contained in:
parent
12ed226ce6
commit
87d1a2c7a3
@ -17,8 +17,6 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
# pylint: disable=line-too-long
|
|
||||||
|
|
||||||
"""A keyboard-driven, vim-like browser based on PyQt5."""
|
"""A keyboard-driven, vim-like browser based on PyQt5."""
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
@ -319,7 +319,8 @@ def check_libraries(backend):
|
|||||||
else:
|
else:
|
||||||
assert backend == 'webkit'
|
assert backend == 'webkit'
|
||||||
modules['PyQt5.QtWebKit'] = _missing_str("PyQt5.QtWebKit")
|
modules['PyQt5.QtWebKit'] = _missing_str("PyQt5.QtWebKit")
|
||||||
modules['PyQt5.QtWebKitWidgets'] = _missing_str("PyQt5.QtWebKitWidgets")
|
modules['PyQt5.QtWebKitWidgets'] = _missing_str(
|
||||||
|
"PyQt5.QtWebKitWidgets")
|
||||||
|
|
||||||
from qutebrowser.utils import log
|
from qutebrowser.utils import log
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user