Skip to content

Commit

Permalink
Align test_keepalive.py with pre-commit rules
Browse files Browse the repository at this point in the history
  • Loading branch information
nolar authored Nov 18, 2024
1 parent f506593 commit 1b9f760
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/peering/test_keepalive.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 1b9f760

Please sign in to comment.