Skip to content

Commit bf118dc

Browse files
committed
fix: change Self import to make compat with < 3.11
1 parent 79c1cd5 commit bf118dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tableauserverclient/models/collection_item.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from datetime import datetime
2-
from typing import Optional, Self
2+
from typing import Optional
33
from xml.etree.ElementTree import Element
44

55
from defusedxml.ElementTree import fromstring
6+
from typing_extensions import Self
67

78
from tableauserverclient.datetime_helpers import parse_datetime
89
from tableauserverclient.models.user_item import UserItem

0 commit comments

Comments
 (0)