Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwnasptd committed Jan 10, 2025
1 parent 1377733 commit 7c9d6bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/profiles_management/helpers/kfam.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from lightkube.generic_resource import GenericNamespacedResource, create_namespaced_resource
from lightkube.resources.rbac_authorization_v1 import RoleBinding

from tests.integration.profiles_management.helpers import k8s

log = logging.getLogger(__name__)

AuthorizationPolicy = create_namespaced_resource(
Expand Down Expand Up @@ -38,6 +36,7 @@ def resource_is_for_profile_owner(resource: GenericNamespacedResource | RoleBind

return False


def list_contributor_rolebindings(client: Client, namespace="") -> List[RoleBinding]:
"""Return a list of KFAM RoleBindings.
Expand Down

0 comments on commit 7c9d6bb

Please sign in to comment.