mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
Add newline at end of file for flake8
This commit is contained in:
@@ -8,4 +8,4 @@ p = Usb(0x0416, 0x5011, profile="POS-5890")
|
||||
p.soft_barcode('code39', '123456')
|
||||
p.text('\n')
|
||||
p.text('\n')
|
||||
p.barcode('123456', 'CODE39')
|
||||
p.barcode('123456', 'CODE39')
|
||||
|
||||
Reference in New Issue
Block a user