Skip to content

Commit f523b71

Browse files
committed
Format with Black
1 parent 7d94d9e commit f523b71

File tree

8 files changed

+736
-497
lines changed

8 files changed

+736
-497
lines changed

add-to-pydotorg.py

Lines changed: 200 additions & 138 deletions
Large diffs are not rendered by default.

buildbotapi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,7 @@ async def _fetch_text(self, url: str) -> str:
5252
async with self._session.get(url) as resp:
5353
return await resp.text()
5454

55-
async def _fetch_json(
56-
self, url: str
57-
) -> Dict[
55+
async def _fetch_json(self, url: str) -> Dict[
5856
str,
5957
Union[
6058
List[Dict[str, Union[int, bool, str]]],

0 commit comments

Comments
 (0)