Fix lint/tests
This commit is contained in:
parent
09fd975af7
commit
e909f57f4f
|
|
@ -6,7 +6,6 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
||||
"""Tool to import browser history from other browsers."""
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
||||
"""Tool to import data from other browsers.
|
||||
|
||||
Currently importing bookmarks from Netscape HTML Bookmark files, Chrome
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
||||
"""Create a local virtualenv with a PyQt install."""
|
||||
|
||||
import argparse
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
||||
"""Data used by setup.py and the PyInstaller qutebrowser.spec."""
|
||||
|
||||
import sys
|
||||
|
|
|
|||
|
|
@ -1,7 +1,3 @@
|
|||
<!--
|
||||
SPDX-License-Identifier: GPL-3.0-or-later
|
||||
-->
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
|
||||
import pathlib
|
||||
|
||||
import pytest
|
||||
|
|
|
|||
Loading…
Reference in New Issue