mirror of https://github.com/pyodide/pyodide.git
Apply black with updated docker image version (#2084)
This commit is contained in:
parent
8ab59813f0
commit
ecccb9bc63
|
@ -59,7 +59,6 @@ if IN_BROWSER:
|
||||||
async def fetch_string(url: str, **kwargs) -> str:
|
async def fetch_string(url: str, **kwargs) -> str:
|
||||||
return await (await pyfetch(url, **kwargs)).string()
|
return await (await pyfetch(url, **kwargs)).string()
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
from urllib.request import urlopen, Request
|
from urllib.request import urlopen, Request
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue