Skip to content

Commit

Permalink
STY #217 whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 10, 2022
1 parent 373e6bc commit 774341b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions punx/cache_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,12 +501,12 @@ def __str__(self):
if self.ref is None:
return object.__str__(self)

return(
return (
"NXDL_File_Set("
f"last_modified={self.last_modified}"
f", cache={self.cache}"
f", short_sha={get_short_sha(self.sha)}"
f", path= {self.path}"
f", path={self.path}"
")"
)

Expand Down

0 comments on commit 774341b

Please sign in to comment.