Skip to content

Commit 2c0e2bd

Browse files
committed
style: black
1 parent 73b125a commit 2c0e2bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tableauserverclient/models/reference_item.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __str__(self):
99
__repr__ = __str__
1010

1111
def __eq__(self, other: object):
12-
if not hasattr(other, 'id') or not hasattr(other, 'tag_name'):
12+
if not hasattr(other, "id") or not hasattr(other, "tag_name"):
1313
return False
1414
return (self.id == other.id) and (self.tag_name == other.tag_name)
1515

0 commit comments

Comments
 (0)