appease flake8...

This commit is contained in:
Zsolt Dollenstein 2019-07-28 16:40:04 +01:00
parent 6b5eb7d465
commit e66451761f

View File

@ -1524,7 +1524,7 @@ def fail(*args: Any, **kwargs: Any) -> None:
ff(THIS_FILE) ff(THIS_FILE)
# TODO: remove these decorators once the below is released # TODO: remove these decorators once the below is released
# https://github.com/aio-libs/aiohttp/commit/bfb99eb92bbc4a7462bc51dda3e480feed43882d # https://github.com/aio-libs/aiohttp/pull/3727
@skip_if_exception("ClientOSError") @skip_if_exception("ClientOSError")
@unittest.skipUnless(has_blackd_deps, "blackd's dependencies are not installed") @unittest.skipUnless(has_blackd_deps, "blackd's dependencies are not installed")
@async_test @async_test