mirror of
				https://github.com/python-escpos/python-escpos
				synced 2025-10-23 09:30:00 +00:00 
			
		
		
		
	update organize import trigger, update capabilities data, fix mypy (#654)
* update organize import trigger * update capabilities data * fix mypy error (jaconv is using a import hack)
This commit is contained in:
		@@ -4,7 +4,10 @@
 | 
			
		||||
I doubt that this currently works correctly.
 | 
			
		||||
"""
 | 
			
		||||
 | 
			
		||||
import types
 | 
			
		||||
import typing
 | 
			
		||||
 | 
			
		||||
jaconv: typing.Optional[types.ModuleType]
 | 
			
		||||
try:
 | 
			
		||||
    import jaconv
 | 
			
		||||
except ImportError:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user