canonical / mysql-operator

Machine charm for MySQL following the operator framework
https://charmhub.io/mysql
Apache License 2.0
7 stars 10 forks source link

Attempt to reduce charm lib size so it can be published #483

Closed shayancanonical closed 2 months ago

shayancanonical commented 2 months ago

Issue

We cannot publish our mysql charm lib because it is too large in size (https://github.com/canonical/mysql-operator/actions/runs/9884439921/job/27315469186#step:4:82)

Solution

Remove docstring args, kwargs, raises and return info

paulomach commented 2 months ago

replaced by #482