Skip to content

Commit

Permalink
adding too long line
Browse files Browse the repository at this point in the history
  • Loading branch information
paigerube14 committed Oct 31, 2024
1 parent 847d4c8 commit 3934882
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/krkn_lib/k8s/krkn_kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1996,8 +1996,9 @@ def get_kubernetes_custom_objects_count(
)
for resource in data.resources:
if resource.kind in objects:
cust_obj = self.custom_object_client
custom_resource = (
self.custom_object_client.list_cluster_custom_object(
cust_obj.list_cluster_custom_object(
group=api.name,
version=api.preferred_version.version,
plural=resource.name,
Expand Down

0 comments on commit 3934882

Please sign in to comment.