2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-11 07:24:15 +00:00

Merge pull request #3011 from matmair/matmair/issue2996

Remove python 2 code
This commit is contained in:
Oliver
2022-05-17 00:51:31 +10:00
committed by GitHub
52 changed files with 1 additions and 154 deletions

View File

@ -2,9 +2,6 @@
Provides a JSON API for the Part app
"""
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import datetime
from django.urls import include, path, re_path