Skip to content

Commit 6f32a09

Browse files
Restyled by isort
1 parent 565a907 commit 6f32a09

File tree

1 file changed

+6
-1
lines changed
  • packages/plugins/minos-discovery-kong/minos/plugins/kong

1 file changed

+6
-1
lines changed

packages/plugins/minos-discovery-kong/minos/plugins/kong/client.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from __future__ import (
22
annotations,
33
)
4+
45
from datetime import (
56
datetime,
67
timedelta,
@@ -12,7 +13,11 @@
1213
import httpx as httpx
1314
import jwt
1415

15-
from minos.common import Config, SetupMixin, current_datetime
16+
from minos.common import (
17+
Config,
18+
SetupMixin,
19+
current_datetime,
20+
)
1621

1722

1823
class KongClient(SetupMixin):

0 commit comments

Comments
 (0)