Skip to content

Commit e233ce7

Browse files
committed
style: black
1 parent 77ab039 commit e233ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tableauserverclient/models/site_item.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1224,7 +1224,8 @@ def __str__(self):
12241224
)
12251225

12261226
def __repr__(self):
1227-
return f"<{str(self)}>"
1227+
return f"<{str(self)}>"
1228+
12281229

12291230
# Used to convert string represented boolean to a boolean type
12301231
def string_to_bool(s: str) -> bool:

0 commit comments

Comments
 (0)