gperdrizet commited on
Commit
887b877
·
verified ·
1 Parent(s): ba81115

Cleaned up

Browse files
Files changed (1) hide show
  1. functions/github.py +1 -1
functions/github.py CHANGED
@@ -189,7 +189,7 @@ def _process_repository_data(repos: List[Dict]) -> List[Dict]:
189
 
190
  # Get README content for the repository
191
  repo_url = repo.get("html_url", "")
192
-
193
  if repo_url:
194
  readme_content = get_repository_readme(repo_url)
195
  processed_repo["readme"] = readme_content
 
189
 
190
  # Get README content for the repository
191
  repo_url = repo.get("html_url", "")
192
+
193
  if repo_url:
194
  readme_content = get_repository_readme(repo_url)
195
  processed_repo["readme"] = readme_content