closeio / tasktiger

Python task queue using Redis
MIT License
1.42k stars 80 forks source link

Fix some flake8 issues #258

Closed neob91-close closed 1 year ago

neob91-close commented 1 year ago

Improves imports and fixes some miscellaneous flake8 issues.

Could theoretically break things for users, but only if someone is importing tasktiger internals via from tasktiger import ..., however I'm not sure whether we should actually treat this as a breaking change, because these things weren't meant to be exposed in the main module.

nsaje commented 1 year ago

turns out it is a breaking change :) https://github.com/closeio/closeio/pull/31184#discussion_r1052183435