From 6a385ebf71b05f66f56656620479dd811c09cd19 Mon Sep 17 00:00:00 2001 From: Romain Porte Date: Thu, 27 Jul 2017 22:26:33 +0200 Subject: [PATCH] Add newline at end of file for flake8 --- examples/barcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/barcodes.py b/examples/barcodes.py index 06d5a2e..7e9c242 100644 --- a/examples/barcodes.py +++ b/examples/barcodes.py @@ -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') \ No newline at end of file +p.barcode('123456', 'CODE39')