minds-ai / zoom-drive-connector

Automatically uploads Zoom meeting recordings to Google Drive.
Other
33 stars 8 forks source link

Fix Python Type hint errors #13

Closed jbedorf closed 5 years ago

jbedorf commented 5 years ago

This PR fixes a number of issues with the type hints as reported by mypy. Some ignores were required because of the general return values of the __getattr__ functions not matching the expected value.