-
Couldn't load subscription status.
- Fork 574
Closed
Description
Currently, the config_generator method of the ConfigGenerator class is defined without 'self' as a parameter and is not decorated with a static or class method decorator. I'm wondering if this could potentially lead to issues if an instance of the ConfigGenerator class is instantiated or the method requries access to class level attributes in the future?
As config_generator is being called on the ConfigGenerator class (in cli.py), might it be better suited as a static method or a standalone function?
If I've missing something obvious please let me know, but I'd be happy to open a PR to correct this if useful?
Metadata
Metadata
Assignees
Labels
No labels