Leon Barrett
Results
1
comments of
Leon Barrett
I encountered a case of this with library `mypy_boto3_s3` ([pypi](https://pypi.org/project/mypy-boto3-s3/), [github generator code](https://github.com/youtype/mypy_boto3_builder)). It uses a `try / except ImportError` pattern, I think for Python backwards compatibility? ```python # mypy_boto3_s3/__init__.py...