Skip to content

Commit

Permalink
fix: apply ruff formatting to SelfieImplementations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and nedtwigg committed Dec 12, 2024
1 parent 22d197d commit 6180d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/selfie-lib/selfie_lib/SelfieImplementations.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def _actual_bytes(self) -> bytes:
return self.actual.subject_or_facet(self.only_facet).value_binary()

def _actual_string(self) -> str:
return base64.b64encode(self._actual_bytes()).decode().replace('\r', '')
return base64.b64encode(self._actual_bytes()).decode().replace("\r", "")

def to_be_file_impl(self, subpath: str, is_todo: bool) -> bytes:
call = recordCall(False)
Expand Down

0 comments on commit 6180d28

Please sign in to comment.