mirror of
https://github.com/inventree/InvenTree.git
synced 2025-10-31 21:25:42 +00:00
PEP fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user