Lint: Fix unused-import (F401)

This commit is contained in:
jkarasti 2024-11-25 19:06:29 +02:00 committed by Alexis Métaireau
parent 4da6b92e12
commit cecfe63338
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E
3 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@ import signal
import subprocess
import sys
from abc import ABC, abstractmethod
from pathlib import Path
from typing import IO, Callable, Iterator, Optional
import fitz

View file

@ -8,7 +8,6 @@ import platform
import shutil
import subprocess
import sys
import urllib.request
from datetime import date
DEFAULT_GUI = True

View file

@ -7,7 +7,6 @@ from typing import List
from pytest import MonkeyPatch, fixture
from pytest_mock import MockerFixture
from pytest_subprocess import FakeProcess
from pytestqt.qtbot import QtBot
from dangerzone import errors