druid-io / pydruid

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

Fix traling whitespace in exception message #265

Open mauguignard opened 3 years ago

mauguignard commented 3 years ago

The trailing-whitespace hook from the pre-commit-hooks that's recommended when contributing automatically removes the trailing whitespace from the test, making it fail since the expected string doesn't match the actual exception message.