We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8532c5 commit a7310eeCopy full SHA for a7310ee
tableauserverclient/models/reference_item.py
@@ -21,7 +21,7 @@ def __hash__(self: Self) -> int:
21
return hash((self.id, self.tag_name))
22
23
@property
24
- def id(self) -> Optional[str] :
+ def id(self) -> Optional[str]:
25
return self._id
26
27
@id.setter
0 commit comments