Skip to content

Commit 6180d28

Browse files
fix: apply ruff formatting to SelfieImplementations.py
Co-Authored-By: [email protected] <[email protected]>
1 parent 22d197d commit 6180d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/selfie-lib/selfie_lib/SelfieImplementations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def _actual_bytes(self) -> bytes:
208208
return self.actual.subject_or_facet(self.only_facet).value_binary()
209209

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

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

0 commit comments

Comments
 (0)