2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-14 08:19:54 +00:00

PEP style fixes

This commit is contained in:
Oliver Walters
2022-05-04 17:31:44 +10:00
parent adbcd68fe8
commit 1cefdfc2e4
9 changed files with 9 additions and 20 deletions

View File

@@ -5,6 +5,7 @@ Django views for interacting with Stock app
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from datetime import datetime
from django.views.generic import DetailView, ListView
from django.urls import reverse