Fix missing Optional import
This commit is contained in:
parent
8e86a955ec
commit
720cb9b0b7
|
|
@ -2,6 +2,7 @@ import glob
|
|||
import pathlib
|
||||
import re
|
||||
from collections import OrderedDict
|
||||
from typing import Optional
|
||||
|
||||
from .general import *
|
||||
from .hardware import hasUEFI
|
||||
|
|
|
|||
Loading…
Reference in New Issue