Skip to content

Commit c3aab0f

Browse files
author
TimWang
committed
remove quotation
1 parent e67bdd1 commit c3aab0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/client-python/gravitino/dto/requests/metalake_create_request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
@dataclass
1616
class MetalakeCreateRequest(RESTRequest):
17-
""" "Represents a request to create a Metalake."""
17+
"""Represents a request to create a Metalake."""
1818

1919
_name: str = field(metadata=config(field_name="name"))
2020
_comment: Optional[str] = field(metadata=config(field_name="comment"))

0 commit comments

Comments
 (0)