Skip to content

Commit 9c7e871

Browse files
ruff
1 parent d93d80c commit 9c7e871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developer_support_script/check_build_stability.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
ERROR_THRESHOLD_PERCENTAGE = 50
1313

1414

15-
def request_json(url: str) -> dict|None:
15+
def request_json(url: str) -> dict | None:
1616
"""
1717
Utility function to get Json data from Jenkins.
1818

0 commit comments

Comments
 (0)