Fix lint
This commit is contained in:
parent
8c3d461482
commit
ae736da5f7
@ -41,8 +41,8 @@ html_fallback = """
|
||||
</head>
|
||||
<body>
|
||||
<p><span style="font-size:120%;color:red">
|
||||
The %FILE% template could not be found!<br>
|
||||
Please check your qutebrowser installation
|
||||
The %FILE% template could not be found!<br>
|
||||
Please check your qutebrowser installation
|
||||
</span><br>
|
||||
%ERROR%
|
||||
</p>
|
||||
@ -50,6 +50,7 @@ html_fallback = """
|
||||
</html>
|
||||
"""
|
||||
|
||||
|
||||
class Loader(jinja2.BaseLoader):
|
||||
|
||||
"""Jinja loader which uses utils.read_file to load templates.
|
||||
|
@ -24,7 +24,6 @@ import os.path
|
||||
|
||||
import pytest
|
||||
import logging
|
||||
import jinja2
|
||||
from PyQt5.QtCore import QUrl
|
||||
|
||||
from qutebrowser.utils import utils, jinja
|
||||
|
Loading…
Reference in New Issue
Block a user