fix missing import
This commit is contained in:
parent
57c3442ea5
commit
a20b3e6cf0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import shutil
|
|||
import struct
|
||||
import sys
|
||||
import tempfile
|
||||
from enum import IntEnum, auto
|
||||
from enum import Enum, IntEnum, auto
|
||||
from io import BufferedWriter
|
||||
from pathlib import Path
|
||||
from typing import IO, Any, BinaryIO, Callable, Sequence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue