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