Skip to content

Commit 02465e7

Browse files
committed
Linting
1 parent c5f999f commit 02465e7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/clients.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ async def update_repository(self, sha: str = None) -> Optional[dict]:
159159

160160
payload = {"base": self.BRANCH, "head": sha, "commit_message": "Updating bot"}
161161

162-
163162
merge_url = self.MERGE_URL.format(username=self.username)
164163

165164
resp = await self.request(merge_url, method="POST", payload=payload)

0 commit comments

Comments
 (0)