1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

enable flake8-docstrings

This commit is contained in:
Patrick Kanzler
2023-08-10 22:26:46 +02:00
parent fbd93e3540
commit b1011a1ee5
5 changed files with 6 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
""" Example for printing barcodes.
"""
from escpos.printer import Usb
# Adapt to your needs

View File

@@ -3,7 +3,6 @@ argcomplete==3.0.8
blinker==1.6.2
click==8.1.3
Flask==2.3.2
future==0.18.3
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2