Fatal bug fix: typing.Union in jeb_utils.utils was used but not imported
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
# limitations under the License.
|
||||
|
||||
import os
|
||||
from typing import Tuple, Literal, Sequence
|
||||
from typing import Tuple, Literal, Sequence, Union
|
||||
import ipaddress
|
||||
|
||||
__all__ = [
|
||||
|
||||
Reference in New Issue
Block a user