Skip to content

Commit 3ccd647

Browse files
Merge pull request #397 from minos-framework/restyled/issue-390-kong-discovery-jwt-expiration
Restyle #390 - Kong Discovery JWT expiration
2 parents a27d30b + 0c6f6d2 commit 3ccd647

File tree

1 file changed

+3
-2
lines changed
  • packages/plugins/minos-discovery-kong/minos/plugins/kong

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
class KongClient(ABC, SetupMixin):
2929
"""Kong Client class."""
3030

31-
def __init__(self, protocol: str = "http", host: str = None, port: str = None, token_expiration_sec: int = None,
32-
**kwargs):
31+
def __init__(
32+
self, protocol: str = "http", host: str = None, port: str = None, token_expiration_sec: int = None, **kwargs
33+
):
3334
super().__init__(**kwargs)
3435
if host is None:
3536
host = "localhost"

0 commit comments

Comments
 (0)