Skip to content

Commit 4a901de

Browse files
Merge pull request #406 from minos-framework/restyled/issue-390-kong-discovery-jwt-expiration
Restyle #390 - Kong Discovery JWT expiration
2 parents 4c9363c + 6f32a09 commit 4a901de

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 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,
@@ -15,7 +16,7 @@
1516
from minos.common import (
1617
Config,
1718
SetupMixin,
18-
current_datetime
19+
current_datetime,
1920
)
2021

2122

0 commit comments

Comments
 (0)