zulip / python-zulip-api

Python library for the Zulip API.
https://zulip.com/api/
Apache License 2.0
353 stars 355 forks source link

finder: Remove ModuleNotFoundError handler #589

Closed andersk closed 4 years ago

andersk commented 4 years ago

ModuleNotFoundError is a subclass of ImportError, which is handled on the previous line; furthermore, it doesn’t exist in Python 3.5.