Add newline at end of file for flake8

This commit is contained in:
Romain Porte 2017-07-27 22:26:33 +02:00
parent c390b319e4
commit 6a385ebf71

View File

@ -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')