We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ecfaba commit 0af8a39Copy full SHA for 0af8a39
src/rotator_library/utils/reauth_coordinator.py
@@ -35,6 +35,7 @@ class ReauthCoordinator:
35
"""
36
37
_instance: Optional["ReauthCoordinator"] = None
38
+ _initialized: bool = False # Class-level declaration for Pylint
39
40
def __new__(cls):
41
# Singleton pattern - only one coordinator exists
0 commit comments