Fix new linting errors

This commit is contained in:
Veronica Berglyd Olsen
2024-02-13 14:06:32 +01:00
parent e778d05ee3
commit 16d2f1cc2a
10 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -29,10 +29,10 @@ from __future__ import annotations
import shutil
import logging
from typing import Iterable
from pathlib import Path
from functools import partial
from zipfile import ZipFile, is_zipfile
from collections.abc import Iterable
from PyQt5.QtCore import QCoreApplication