prometheus-api-client-python
prometheus-api-client-python copied to clipboard
Resolved issue #225
Optimized imports in the init method by implementing lazy imports. This prevents unnecessary imports of unused classes, ensuring that only the required classes are imported when needed. This reduces memory usage and improves efficiency. I have tested this to confirm that the changes work as expected.