mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Update src/escpos/printer/lp.py
Add return type Co-authored-by: Patrick Kanzler <4189642+patkan@users.noreply.github.com>
This commit is contained in:
		@@ -145,7 +145,7 @@ class LP(Escpos):
 | 
				
			|||||||
                return
 | 
					                return
 | 
				
			||||||
        logging.info("LP printer enabled")
 | 
					        logging.info("LP printer enabled")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def close(self):
 | 
					    def close(self) -> None:
 | 
				
			||||||
        """Stop the subprocess."""
 | 
					        """Stop the subprocess."""
 | 
				
			||||||
        if not self._device:
 | 
					        if not self._device:
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user