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 b9e8b71 commit ad36ad3Copy full SHA for ad36ad3
codeflash/code_utils/env_utils.py
@@ -96,4 +96,4 @@ def get_cached_gh_event_data() -> dict[str, Any]:
96
if not event_path:
97
return {}
98
with Path(event_path).open() as f:
99
- return json.load(f)
+ return json.load(f) # type: ignore # noqa
0 commit comments