Skip to content

Commit e5ad2c5

Browse files
Format session recording utility for Ruff compliance
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent 17ea790 commit e5ad2c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hyperbrowser/client/managers/session_utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ def parse_session_recordings_response_data(
5757
if isinstance(key, str):
5858
continue
5959
raise HyperbrowserError(
60-
"Expected session recording object keys to be strings at index "
61-
f"{index}"
60+
f"Expected session recording object keys to be strings at index {index}"
6261
)
6362
try:
6463
parsed_recordings.append(SessionRecording(**recording_payload))

0 commit comments

Comments
 (0)