chore: code format
This commit is contained in:
parent
032a000da7
commit
9bd1720d03
1 changed files with 3 additions and 1 deletions
|
|
@ -228,7 +228,9 @@ class InstallableExtension(NamedTuple):
|
|||
try:
|
||||
resp = await client.get(url)
|
||||
if resp.status_code != 200:
|
||||
logger.warning(f"Unable to fetch extension list for repository: {url}")
|
||||
logger.warning(
|
||||
f"Unable to fetch extension list for repository: {url}"
|
||||
)
|
||||
continue
|
||||
for e in resp.json()["extensions"]:
|
||||
extension_list += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue