Fatal bug fix: typing.Union in jeb_utils.utils was used but not imported

This commit is contained in:
2026-04-02 16:18:21 +02:00
parent 55d3eb8fab
commit bf8423d762
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -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__ = [