We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93d80c commit 9c7e871Copy full SHA for 9c7e871
developer_support_script/check_build_stability.py
@@ -12,7 +12,7 @@
12
ERROR_THRESHOLD_PERCENTAGE = 50
13
14
15
-def request_json(url: str) -> dict|None:
+def request_json(url: str) -> dict | None:
16
"""
17
Utility function to get Json data from Jenkins.
18
0 commit comments