Skip to content

Commit 0af8a39

Browse files
committed
Fix to satisfy pylint
1 parent 4ecfaba commit 0af8a39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rotator_library/utils/reauth_coordinator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class ReauthCoordinator:
3535
"""
3636

3737
_instance: Optional["ReauthCoordinator"] = None
38+
_initialized: bool = False # Class-level declaration for Pylint
3839

3940
def __new__(cls):
4041
# Singleton pattern - only one coordinator exists

0 commit comments

Comments
 (0)