Skip to content

Commit

Permalink
fix: quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrasser committed Dec 8, 2023
1 parent 5950824 commit c488946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryosparc/spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,6 +884,6 @@ def doc(self) -> D:
return self._doc

@abstractmethod
def refresh(self) -> Self:
def refresh(self) -> "Self":
# Must be implemented in subclasses
return self

0 comments on commit c488946

Please sign in to comment.