Skip to content

Commit

Permalink
then format the file I edited for typing
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Sep 23, 2023
1 parent ea07c85 commit a536a34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tableauserverclient/models/job_item.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ def __str__(self):
def __repr__(self):
return self.__str__() + " { " + ", ".join(" % s: % s" % item for item in vars(self).items()) + "}"


@classmethod
def from_response(cls, xml, ns) -> List["JobItem"]:
parsed_response = fromstring(xml)
Expand Down

0 comments on commit a536a34

Please sign in to comment.