mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-15 16:58:14 +00:00
remove unneeded import
This commit is contained in:
@@ -2420,8 +2420,6 @@ class Part(
|
||||
"""
|
||||
from common.models import Parameter
|
||||
|
||||
from .models import PartCategoryParameterTemplate
|
||||
|
||||
categories = category.get_ancestors(include_self=True)
|
||||
|
||||
category_templates = PartCategoryParameterTemplate.objects.filter(
|
||||
|
||||
Reference in New Issue
Block a user