Skip to content

Commit

Permalink
Fix for typings in ARQ resources (#1878)
Browse files Browse the repository at this point in the history
Signed-off-by: dshchedr <dshchedr@redhat.com>
  • Loading branch information
dshchedr committed Jun 13, 2024
1 parent 58a382e commit 882f3a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ocp_resources/application_aware_cluster_resource_quota.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# API reference: https://github.com/kubevirt/application-aware-quota/tree/main/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1
# TODO: update API reference when OCP doc is available
from __future__ import annotations
from typing import Dict, Any

from ocp_resources.resource import MissingRequiredArgumentError, Resource
Expand Down
1 change: 1 addition & 0 deletions ocp_resources/application_aware_resource_quota.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# API reference: https://github.com/kubevirt/application-aware-quota/tree/main/staging/src/kubevirt.io/application-aware-quota-api/pkg/apis/core/v1alpha1
# TODO: update API reference when OCP doc is available
from __future__ import annotations
from typing import Dict, Any, List

from ocp_resources.resource import MissingRequiredArgumentError, NamespacedResource
Expand Down

0 comments on commit 882f3a7

Please sign in to comment.