summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_pastebin.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/misc/test_pastebin.py')
-rw-r--r--tests/unit/misc/test_pastebin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/misc/test_pastebin.py b/tests/unit/misc/test_pastebin.py
index 1c72a1d3d..6ad587065 100644
--- a/tests/unit/misc/test_pastebin.py
+++ b/tests/unit/misc/test_pastebin.py
@@ -19,9 +19,9 @@
# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
import pytest
-from qutebrowser.qt import QtCore
from qutebrowser.misc import httpclient, pastebin
+from qutebrowser.qt import QtCore
@pytest.fixture