Skip to content

Commit 577e227

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4e2b6c5 commit 577e227

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/validate_solutions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def get_files_url() -> str:
6767
FileNotFoundError: if GITHUB_EVENT_PATH is missing.
6868
"""
6969
import os, json
70+
7071
with open(os.environ["GITHUB_EVENT_PATH"]) as f:
7172
event = json.load(f)
7273
return event["pull_request"]["url"] + "/files"

0 commit comments

Comments
 (0)