mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	Update examples/receipt.py
Change import sorting Co-authored-by: Benito López <belono@users.noreply.github.com>
This commit is contained in:
		@@ -2,8 +2,10 @@
 | 
			
		||||
 | 
			
		||||
# Print a fake receipt
 | 
			
		||||
 | 
			
		||||
import re, textwrap
 | 
			
		||||
import re
 | 
			
		||||
import textwrap
 | 
			
		||||
from datetime import datetime
 | 
			
		||||
 | 
			
		||||
from escpos import printer
 | 
			
		||||
 | 
			
		||||
items = [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user