Skip to content

Commit a7310ee

Browse files
committed
style: black
1 parent f8532c5 commit a7310ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tableauserverclient/models/reference_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __hash__(self: Self) -> int:
2121
return hash((self.id, self.tag_name))
2222

2323
@property
24-
def id(self) -> Optional[str] :
24+
def id(self) -> Optional[str]:
2525
return self._id
2626

2727
@id.setter

0 commit comments

Comments
 (0)