Skip to content

Commit

Permalink
Lint: Fix unused-import (F401)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarasti committed Dec 2, 2024
1 parent d3afdcc commit 5eb7ffb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion dangerzone/isolation_provider/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import subprocess
import sys
from abc import ABC, abstractmethod
from pathlib import Path
from typing import IO, Callable, Iterator, Optional

import fitz
Expand Down
1 change: 0 additions & 1 deletion dev_scripts/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import shutil
import subprocess
import sys
import urllib.request
from datetime import date

DEFAULT_GUI = True
Expand Down
1 change: 0 additions & 1 deletion tests/gui/test_main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from pytest import MonkeyPatch, fixture
from pytest_mock import MockerFixture
from pytest_subprocess import FakeProcess
from pytestqt.qtbot import QtBot

from dangerzone.document import Document
Expand Down

0 comments on commit 5eb7ffb

Please sign in to comment.