Add missing type hint
This commit is contained in:
		
							parent
							
								
									b1844d6b0d
								
							
						
					
					
						commit
						af60d73427
					
				@ -1174,7 +1174,7 @@ class ArbitraryRepetition:
 | 
				
			|||||||
        self.y_displacements = y_displacements
 | 
					        self.y_displacements = y_displacements
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @staticmethod
 | 
					    @staticmethod
 | 
				
			||||||
    def read(stream: io.BufferedIOBase, repetition_type) -> 'ArbitraryRepetition':
 | 
					    def read(stream: io.BufferedIOBase, repetition_type: int) -> 'ArbitraryRepetition':
 | 
				
			||||||
        """
 | 
					        """
 | 
				
			||||||
        Read an ArbitraryRepetition from a stream.
 | 
					        Read an ArbitraryRepetition from a stream.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user