yapf format

This commit is contained in:
Joseph Schorr 2017-06-29 09:40:39 +03:00
parent 76c9339453
commit 138881dab8
4 changed files with 9 additions and 2 deletions

View file

@ -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()