Clean up import order

This commit is contained in:
Veronica Berglyd Olsen
2023-09-28 16:41:37 +02:00
parent 14a75a421d
commit 699bf2292c
+1 -1
View File
@@ -27,10 +27,10 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
from __future__ import annotations
import logging
from pathlib import Path
import xml.etree.ElementTree as ET
from hashlib import sha256
from pathlib import Path
from zipfile import ZipFile
from datetime import datetime