Fix missing Optional import

This commit is contained in:
Dylan M. Taylor 2021-05-15 16:21:02 -04:00 committed by GitHub
parent 8e86a955ec
commit 720cb9b0b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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