2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

PEP style fixes

This commit is contained in:
Oliver Walters 2022-05-06 23:34:34 +10:00
parent 60f799c90a
commit 5ed0128435
2 changed files with 3 additions and 4 deletions

View File

@ -26,7 +26,6 @@ from rest_framework import serializers
from rest_framework.utils import model_meta from rest_framework.utils import model_meta
from rest_framework.fields import empty from rest_framework.fields import empty
from rest_framework.exceptions import ValidationError from rest_framework.exceptions import ValidationError
from rest_framework.serializers import DecimalField
from .models import extract_int from .models import extract_int