Skip to content

Commit a77fe1f

Browse files
authored
linting
1 parent e365e6c commit a77fe1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rubin/rag/extra_scripts/ingest_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def load_files_1repo(repo: str = "lsst/daf_butler") -> list:
2626
repo=repo, # the repo name
2727
branch="main", # the branch name
2828
github_api_url="https://api.github.com",
29-
file_filter = None
29+
file_filter=None
3030
)
3131

3232
docs = []

0 commit comments

Comments
 (0)