prometheus-api-client-python icon indicating copy to clipboard operation
prometheus-api-client-python copied to clipboard

Resolved issue #225

Open TMVKasiViswanath opened this issue 8 months ago • 4 comments

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.

TMVKasiViswanath avatar Feb 21 '25 18:02 TMVKasiViswanath