Skip to content

Commit

Permalink
fix(api): typo api.py (#31458)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero-stroke authored Dec 15, 2024
1 parent 092faa0 commit 04077ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions superset/databases/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1632,10 +1632,10 @@ def import_(self) -> Response:
)
@requires_form_data
def csv_metadata(self) -> Response:
"""Upload an CSV file and returns file metadata.
"""Upload a CSV file and returns file metadata.
---
post:
summary: Upload an CSV file and returns file metadata
summary: Upload a CSV file and returns file metadata
requestBody:
required: true
content:
Expand Down

0 comments on commit 04077ce

Please sign in to comment.