Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Sep 11, 2024
1 parent 19f38af commit 3763ce2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fixlib/fixlib/baseresources.py
Original file line number Diff line number Diff line change
Expand Up @@ -1240,8 +1240,9 @@ class BaseNetworkInterface(BaseResource):
class BaseIamPrincipal(BaseResource):
kind: ClassVar[str] = "iam_principal"
kind_display: ClassVar[str] = "IAM Principal"
kind_description: ClassVar[str] = ("An IAM principal is an entity that can be authenticated "
"and authorized to access resources.")
kind_description: ClassVar[str] = (
"An IAM principal is an entity that can be authenticated and authorized to access resources."
)
metadata: ClassVar[Dict[str, Any]] = {"icon": "iam_principal", "group": "access_control"}
_categories: ClassVar[List[Category]] = [Category.iam]

Expand Down

0 comments on commit 3763ce2

Please sign in to comment.