2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Remove more python2 stuff

This commit is contained in:
Oliver
2022-05-17 16:57:31 +10:00
parent c4dfb03fd2
commit 9bcbaaa5f5
44 changed files with 1 additions and 122 deletions

View File

@ -1,8 +1,5 @@
"""API for location plugins"""
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from rest_framework import permissions
from rest_framework.exceptions import ParseError, NotFound
from rest_framework.response import Response