summaryrefslogtreecommitdiff
path: root/robusta_krr/utils
diff options
context:
space:
mode:
authorLeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com>2023-07-05 10:57:09 +0300
committerLeaveMyYard <33721692+LeaveMyYard@users.noreply.github.com>2023-07-05 10:57:09 +0300
commit96a626c51e868d65b00d9106a22d7496c9a22ccf (patch)
tree33473d2d2b087349aafabac7fdb0faf14001f4ed /robusta_krr/utils
parent9f0a2f8a0ce17a7501b812e1880da3a1afffcf78 (diff)
Run isort on whole codebase
Diffstat (limited to 'robusta_krr/utils')
-rw-r--r--robusta_krr/utils/service_discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robusta_krr/utils/service_discovery.py b/robusta_krr/utils/service_discovery.py
index 20138ed..c1e2763 100644
--- a/robusta_krr/utils/service_discovery.py
+++ b/robusta_krr/utils/service_discovery.py
@@ -1,5 +1,5 @@
-from typing import Optional
from abc import ABC, abstractmethod
+from typing import Optional
from cachetools import TTLCache
from kubernetes import client