Skip to content
Snippets Groups Projects
Commit f14a0c64 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Place the "# noqa" comment in the right place when ignoring some unused imports.

parent 61b22c30
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,8 @@
# You should have received a copy of the GNU General Public License
# along with diffoscope. If not, see <https://www.gnu.org/licenses/>.
from .html import (
from .html import ( # noqa
HTMLPresenter,
HTMLDirectoryPresenter,
JQUERY_SYSTEM_LOCATIONS,
) # noqa
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment