diff --git a/workers/test/test_repositoryactioncounter.py b/workers/test/test_repositoryactioncounter.py index ed19f1233..dcb975669 100644 --- a/workers/test/test_repositoryactioncounter.py +++ b/workers/test/test_repositoryactioncounter.py @@ -10,5 +10,3 @@ def test_repositoryactioncount(app): rac = RepositoryActionCountWorker() while rac._count_repository_actions(): continue - -