Skip to content

Commit

Permalink
remove duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-milea committed May 21, 2024
1 parent af5334f commit 5c8314c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/syft/src/syft/service/request/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def _coll_repr_(self) -> dict[str, str | dict[str, str]]:
]

return {
"Request time": str(self.request_time),
"Description": self.html_description,
"Requested By": "\n".join(user_data),
"Creation Time": str(self.request_time),
Expand Down

0 comments on commit 5c8314c

Please sign in to comment.