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

PEP fixes

This commit is contained in:
Oliver 2022-04-28 12:53:16 +10:00
parent 4222b614fa
commit 823be74f38

View File

@ -34,8 +34,7 @@ from user_sessions.views import SessionDeleteView, SessionDeleteOtherView
from common.settings import currency_code_default, currency_codes from common.settings import currency_code_default, currency_codes
from part.models import Part, PartCategory from part.models import PartCategory
from stock.models import StockLocation, StockItem
from common.models import InvenTreeSetting, ColorTheme from common.models import InvenTreeSetting, ColorTheme
from users.models import check_user_role, RuleSet from users.models import check_user_role, RuleSet