Azure / azure-capi-cli-extension

Kubernetes Cluster API support in the Azure CLI
MIT License
20 stars 18 forks source link

custom.py needs refactoring #185

Closed mboersma closed 1 year ago

mboersma commented 1 year ago

The file custom.py is 999 lines right now. 1000 lines is where pylint will complain about the file being too large, and personally I agree.

In the past we've been able to refactor shared code and utility functions out of that module into others, and we should be able to do so here.