Skip to content

Commit ad36ad3

Browse files
skip returning any
1 parent b9e8b71 commit ad36ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/code_utils/env_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ def get_cached_gh_event_data() -> dict[str, Any]:
9696
if not event_path:
9797
return {}
9898
with Path(event_path).open() as f:
99-
return json.load(f)
99+
return json.load(f) # type: ignore # noqa

0 commit comments

Comments
 (0)