druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

fix: make compatible with python 3.7+ #216

Closed villebro closed 4 years ago

villebro commented 4 years ago

This fixes incompatibility with python 3.7 (both installation via pip and running tests via pytest) and fixes a deprecation warning + errors picked up by new versions of linters. Closes #198