mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
format with black
This commit is contained in:
@@ -77,7 +77,7 @@ class Encoder(object):
|
||||
assert len(encodable_chars) == 128
|
||||
return encodable_chars
|
||||
elif "python_encode" in codepage:
|
||||
encodable_chars = [u" "] * 128
|
||||
encodable_chars = [" "] * 128
|
||||
for i in range(0, 128):
|
||||
codepoint = i + 128
|
||||
try:
|
||||
|
Reference in New Issue
Block a user