Collapse redundant exceptions
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 8 Jan 2020 23:29:54 +0000 (23:29 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 8 Jan 2020 23:35:00 +0000 (23:35 +0000)
In User.enqueue_input() combine a redundant match on BlockingIOError
and OSError since the former is a subclass of the latter. This was
caught by the B014 check introduced in flake8-bugbear 20.1.1.


No differences found