Skip to content

Commit 859646f

Browse files
author
Gabriel Monroy
committed
flake8 fixes
1 parent 129a381 commit 859646f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def run_tests(self, test_labels, extra_tests=None, **kwargs):
4848
from .test_container import * # noqa
4949
from .test_flavor import * # noqa
5050
from .test_formation import * # noqa
51-
from .test_hooks import * # noqa
51+
from .test_hooks import * # noqa
5252
from .test_key import * # noqa
5353
from .test_layer import * # noqa
5454
from .test_node import * # noqa

images/server

images/worker

0 commit comments

Comments
 (0)