mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	fix whitespace
This commit is contained in:
		@@ -154,7 +154,7 @@ class Serial(Escpos):
 | 
			
		||||
        :type msg: bytes
 | 
			
		||||
        """
 | 
			
		||||
        self.device.write(msg)
 | 
			
		||||
        
 | 
			
		||||
 | 
			
		||||
    def _read(self):
 | 
			
		||||
        """ Reads a data buffer and returns it to the caller. """
 | 
			
		||||
        return self.device.read(16)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user