GothenburgBitFactory / bugwarrior

Pull github, bitbucket, and trac issues into taskwarrior
http://pypi.python.org/pypi/bugwarrior
GNU General Public License v3.0
732 stars 209 forks source link

Break collect functions from services/__init__.py #1010

Closed ryneeverett closed 6 months ago

ryneeverett commented 9 months ago

These functions are unrelated to the service classes and are really about managing the high-level control flow of issue aggregation.

As an additional benefit, this kills off what I believe are the last of our ugly workarounds to avoid circular-dependencies (in db.py).