Skip to content

Commit df9e64d

Browse files
committed
fix: pre-commit issues
1 parent bd06137 commit df9e64d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/integrations/github/api.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,10 @@ async def get_repository(
139139
if not headers:
140140
return (
141141
None,
142-
{"status": 401, "message": "Authentication required. Provide github_token or installation_id in the request."},
142+
{
143+
"status": 401,
144+
"message": "Authentication required. Provide github_token or installation_id in the request.",
145+
},
143146
)
144147
url = f"{config.github.api_base_url}/repos/{repo_full_name}"
145148
session = await self._get_session()

0 commit comments

Comments
 (0)