2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +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

@ -1,8 +1,6 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import sys
from django.utils.translation import ugettext as _
from django.conf.urls import url, include
from django.core.exceptions import ValidationError, FieldError

View File

@ -5,8 +5,8 @@ Label printing models
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import sys
import os
import io
import logging
import datetime