Skip to content

Commit

Permalink
remove quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWang committed May 3, 2024
1 parent e67bdd1 commit c3aab0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@dataclass
class MetalakeCreateRequest(RESTRequest):
""" "Represents a request to create a Metalake."""
"""Represents a request to create a Metalake."""

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

0 comments on commit c3aab0f

Please sign in to comment.