Lint: Fix unused-import (F401)

This commit is contained in:
jkarasti 2024-11-25 19:06:29 +02:00
parent 5d4d8ed441
commit 9764a1b3f2
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.document import Document