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)
commitf63fc5f987aedcfcee80c84cde66fee6831aff23
tree48eb507c55230de62e1eeff0d614429db114099f
parented4aaf2c7bbf86de6bec83bb33fd2fbf740cebc3
Collapse redundant exceptions

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.
mudpy/misc.py