Skip to content

Commit 13d0529

Browse files
committed
🚨 Run ruff formatting on request.py
1 parent 53b5f01 commit 13d0529

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎simvue/api/request.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,7 @@ def get_paginated(
313313
_response := get(
314314
url=url,
315315
headers=headers,
316-
params=(params or {})
317-
| {"count": _request_count, "start": _offset},
316+
params=(params or {}) | {"count": _request_count, "start": _offset},
318317
timeout=timeout,
319318
json=json,
320319
)

0 commit comments

Comments
 (0)