Skip to content

Commit 7b480a6

Browse files
committed
Import Literal from typing_extensions to support older Python versions
1 parent e78417e commit 7b480a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncua/common/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from datetime import datetime, timedelta
44
import logging
55
import copy
6-
from typing import Literal
6+
from typing_extensions import Literal
77

88
from asyncua import ua
99
from asyncua.ua.uaerrors import UaInvalidParameterError

0 commit comments

Comments
 (0)