2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

PEP fixes

This commit is contained in:
Oliver Walters
2021-02-22 17:02:33 +11:00
parent 7d54997cb8
commit 7582b9ccf4
3 changed files with 1 additions and 6 deletions

View File

@ -2,12 +2,9 @@
Template tags for rendering various barcodes
"""
import os
import base64
from io import BytesIO
from django import template
import qrcode as python_qrcode