Merge pull request #1669 from jakedt/gcrandomtest
Accidentally forgot a line in the gc worker.
This commit is contained in:
commit
c3a401d960
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue