Skip to content

Commit 010efe7

Browse files
committed
fix(controller): under-indented for visual indent
1 parent 263fd9f commit 010efe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/api/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110

111111
def query_loadbalancer(namespaces: Iterator[str],
112-
start: int, stop: int) -> Iterator[Dict[str, str]]:
112+
start: int, stop: int) -> Iterator[Dict[str, str]]:
113113
promql = query_loadbalancer_promql_tpl % "|".join(namespaces)
114114
params = {"query": promql, "start": start, "end": stop}
115115
response = requests.get(settings.DRYCC_PROMETHEUS_URL, params=params)

0 commit comments

Comments
 (0)