Whitespace
This commit is contained in:
		
							parent
							
								
									c4458bbd63
								
							
						
					
					
						commit
						d46de60200
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -65,7 +65,7 @@ class VTECEventType(enum.StrEnum):
 | 
			
		|||
class VTECBaseEvent():
 | 
			
		||||
    timestamp_start: datetime.datetime
 | 
			
		||||
    timestamp_end:   datetime.datetime
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        self.timestamp_start = None
 | 
			
		||||
        self.timestamp_end   = None
 | 
			
		||||
| 
						 | 
				
			
			@ -73,7 +73,7 @@ class VTECBaseEvent():
 | 
			
		|||
    def parse_timestamps(self, text_start: str, text_end: str):
 | 
			
		||||
        start = parse_timestamp(text_start)
 | 
			
		||||
        end   = parse_timestamp(text_end)
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
        if is_timestamp_zero(text_start) and not is_timestamp_zero(text_end):
 | 
			
		||||
            self.timestamp_start = end
 | 
			
		||||
            self.timestamp_end   = end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue