canonical / charmed-kubeflow-chisme

Shared Utilities used across Charmed Kubeflow
Apache License 2.0
1 stars 4 forks source link

fix: delete_many passing incorrect arg to client #20

Closed ca-scribner closed 2 years ago

ca-scribner commented 2 years ago

Client.delete() expects a resource type, not an instantiated resource. This fix updates delete_many to