Mirrowel commited on
Commit
0af8a39
·
1 Parent(s): 4ecfaba

Fix to satisfy pylint

Browse files
src/rotator_library/utils/reauth_coordinator.py CHANGED
@@ -35,6 +35,7 @@ class ReauthCoordinator:
35
  """
36
 
37
  _instance: Optional["ReauthCoordinator"] = None
 
38
 
39
  def __new__(cls):
40
  # Singleton pattern - only one coordinator exists
 
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