Skip to content

Commit

Permalink
Remove legacy code.
Browse files Browse the repository at this point in the history
  • Loading branch information
progala committed Aug 16, 2024
1 parent dc0a040 commit 62c15c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nautobot_device_lifecycle_mgmt/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ class HardwareLCMForm(BootstrapMixin, CustomFieldModelFormMixin, RelationshipMod
brief_mode=False,
required=False,
)
# inventory_item = forms.ModelChoiceField(
# queryset=InventoryItem.objects.exclude(part_id__exact="")
# .distinct()
# .order_by("part_id")
# .values_list("part_id", flat=True),
# label="Inventory Part ID",
# to_field_name="part_id",
# required=False,
# )

class Meta:
"""Meta attributes for the HardwareLCMForm class."""
Expand Down

0 comments on commit 62c15c8

Please sign in to comment.