mirror of https://github.com/MISP/PyMISP
fix: flake error
parent
2584dd243b
commit
4cf1e9afc3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue