File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
reliably_app/snapshot/tasks Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 44from configparser import ConfigParser
55from functools import lru_cache
66from pathlib import Path
7- from typing import Any , Tuple , TYPE_CHECKING
7+ from typing import Any , Tuple
88
99import msgspec
10- if TYPE_CHECKING :
11- from google .oauth2 ._service_account_async import Credentials
10+ from google .oauth2 ._service_account_async import Credentials
1211from lueur .models import Discovery
1312from lueur .platform .gcp import explore , expand_links
1413
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ async def get_most_recent_snapshot_values(
350350 f"/api/v1/organization/{ org_id } /snapshots/current" ,
351351 headers = auth_header (authed ),
352352 params = {
353- "path" : "$.resources. [?@.meta.kind=='loadbalancer'].struct.labels"
353+ "path" : "$.resources[?@.meta.kind=='loadbalancer'].struct.labels"
354354 },
355355 )
356356 assert response .status_code == 200
You can’t perform that action at this time.
0 commit comments