Shopify / pyoozie

Library for querying and scheduling with Apache Oozie
https://py-oozie.readthedocs.io
MIT License
11 stars 12 forks source link

Fix CI errors on master #73

Closed sebmartin closed 5 years ago

sebmartin commented 5 years ago

master has been failing for a while with type errors. This attempts to fix them.

https://travis-ci.org/Shopify/pyoozie/jobs/380235270#L971-L1034

Also mypy stopped supporting python 3.4 about two weeks ago.

sebmartin commented 5 years ago

What are your thoughts on changing this slightly with #74?

Yeah I like that better 👍