yapf format
This commit is contained in:
parent
76c9339453
commit
138881dab8
4 changed files with 9 additions and 2 deletions
|
@ -2,6 +2,7 @@ from workers.gc.gcworker import GarbageCollectionWorker
|
|||
|
||||
from test.fixtures import *
|
||||
|
||||
|
||||
def test_gc(initialized_db):
|
||||
worker = GarbageCollectionWorker()
|
||||
worker._garbage_collection_repos()
|
||||
|
|
Reference in a new issue