Apply black with updated docker image version (#2084)

This commit is contained in:
Gyeongjae Choi 2022-01-07 18:54:27 +09:00 committed by GitHub
parent 8ab59813f0
commit ecccb9bc63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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