mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Remove unused import
This commit is contained in:
parent
58548a1be9
commit
eb80c67535
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ from dataclasses import dataclass
|
|||
from datetime import datetime
|
||||
from enum import Enum
|
||||
from pathlib import Path, PurePath
|
||||
from typing import BinaryIO, ClassVar, Iterator, Optional, Tuple
|
||||
from typing import BinaryIO, Iterator, Optional, Tuple
|
||||
|
||||
from .logging import log
|
||||
from .report import Report, ReportLoadError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue