fix: flake error

pull/700/head
Raphaël Vinot 2021-02-01 14:16:55 +01:00
parent 2584dd243b
commit 4cf1e9afc3
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def brotli_supported() -> bool:
# pybrotli is an extra package required by urllib3 for brotli support
try:
import brotli # type: ignore
import brotli # type: ignore # noqa
return True
except ImportError:
return False