diff --git a/tests/peering/test_keepalive.py b/tests/peering/test_keepalive.py index 12545401..e6b01a6f 100644 --- a/tests/peering/test_keepalive.py +++ b/tests/peering/test_keepalive.py @@ -1,8 +1,9 @@ +from itertools import chain, repeat +from unittest import mock + import pytest from kopf._core.engines.peering import keepalive -from itertools import chain, repeat -from unittest import mock class StopInfiniteCycleException(Exception):