Merge pull request #1669 from jakedt/gcrandomtest

Accidentally forgot a line in the gc worker.
This commit is contained in:
Jake Moshenko 2016-08-02 10:45:51 -04:00 committed by GitHub
commit c3a401d960

View file

@ -2,6 +2,7 @@ import logging
from app import app
from data.model.repository import (find_repository_with_garbage, garbage_collect_repo,
get_random_gc_policy)
from workers.worker import Worker