File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed 
timeseries/ev_charger_pool Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ def __init__(
129129        component_pool_status_sender : Sender [ComponentPoolStatus ],
130130        results_sender : Sender [Result ],
131131    ):
132-         """Initialize the battery data manager . 
132+         """Initialize this instance . 
133133
134134        Args: 
135135            component_pool_status_sender: Channel sender to send the status of the 
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ class EvcStates:
7575    _states : dict [int , EvcState ]
7676
7777    def  __init__ (self ) ->  None :
78-         """Initialize the EvcStates object .""" 
78+         """Initialize this instance .""" 
7979        self ._states  =  {}
8080
8181    def  get_ev_total_used_power (self ) ->  Power :
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def __init__(  # pylint: disable=too-many-arguments
5252        status_sender : Sender [ComponentStatus ],
5353        set_power_result_receiver : Receiver [SetPowerResult ],
5454    ) ->  None :
55-         """Create an `EVChargerStatusTracker`  instance. 
55+         """Initialize this  instance. 
5656
5757        Args: 
5858            component_id: ID of the EV charger to monitor the status of. 
Original file line number Diff line number Diff line change @@ -229,5 +229,5 @@ async def stop(self) -> None:
229229
230230    @property  
231231    def  _system_power_bounds (self ) ->  ReceiverFetcher [SystemBounds ]:
232-         """Return a receiver for the system power bounds.""" 
232+         """Return a receiver fetcher  for the system power bounds.""" 
233233        return  self ._ev_charger_pool .bounds_channel 
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def __init__(
3636        status_receiver : Receiver [ComponentPoolStatus ],
3737        bounds_sender : Sender [SystemBounds ],
3838    ):
39-         """Initialize the system bounds tracker . 
39+         """Initialize this instance . 
4040
4141        Args: 
4242            component_ids: The ids of the components to track. 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments