mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
PEP style fixes
This commit is contained in:
parent
3373bb19f1
commit
27930cd897
@ -5,8 +5,6 @@ Custom exception handling for the DRF API
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
import json
|
|
||||||
|
|
||||||
from django.db.utils import OperationalError, ProgrammingError, IntegrityError
|
from django.db.utils import OperationalError, ProgrammingError, IntegrityError
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.core.exceptions import ValidationError as DjangoValidationError
|
from django.core.exceptions import ValidationError as DjangoValidationError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user