Skip to content

f-string formatting keyvault/azure-keyvault-keys/samples/list_operations.py #6

@lbhsos

Description

@lbhsos

Is your feature request related to a problem? Please describe.
가독성이 떨어져서 f-string 으로 바꾸면 성능도 더 좋아지고, 가독성도 좋아질 것 같습니다.

"Key with name '{0}' with type '{1}' was found.".format(retrieved_key.name, retrieved_key.key_type)

Describe the solution you'd like

"Key with name f'{retrieved_key.name}' with type f'{retrieved_key.key_type}' was found."

Describe alternatives you've considered
...

Additional context
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions