Skip to content

Commit 4f70c6f

Browse files
pandas
Co-authored-by: Copilot <[email protected]>
1 parent 2115ad3 commit 4f70c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytype_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def setup_and_run_pytype_action(scriptname: str):
173173
branch = os.environ.get("GITHUB_HEAD_REF", None) or os.environ.get("GITHUB_REF_NAME", None)
174174
filelink_baseurl = f"{server_url}/{repository}/blob/{branch}"
175175
retcode, results = run_pytype_and_parse_annotations(xfail_files, filelink_baseurl)
176-
# Write the panda table to a markdown output file:
176+
# Write the pandas table to a markdown output file:
177177
summary_file = os.environ.get("GITHUB_STEP_SUMMARY", None)
178178
if summary_file:
179179
dirname = os.path.dirname(summary_file)

0 commit comments

Comments
 (0)