Skip to content

Commit

Permalink
Import Literal from typing_extensions to support older Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Dec 26, 2023
1 parent e78417e commit 7b480a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncua/common/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from datetime import datetime, timedelta
import logging
import copy
from typing import Literal
from typing_extensions import Literal

from asyncua import ua
from asyncua.ua.uaerrors import UaInvalidParameterError
Expand Down

0 comments on commit 7b480a6

Please sign in to comment.