mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +00:00
fix: methods incorrect type and update deprecated targets (#23935)
This commit is contained in:
@@ -45,7 +45,7 @@ class DatasetColumnsRestApi(BaseSupersetModelRestApi):
|
||||
|
||||
openapi_spec_tag = "Datasets"
|
||||
|
||||
@expose("/<int:pk>/column/<int:column_id>", methods=["DELETE"])
|
||||
@expose("/<int:pk>/column/<int:column_id>", methods=("DELETE",))
|
||||
@protect()
|
||||
@safe
|
||||
@statsd_metrics
|
||||
|
||||
Reference in New Issue
Block a user