mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 01:06:11 -06:00
PEP8 fix
This commit is contained in:
parent
9cac9f10e3
commit
cd52de6b5f
@ -1623,7 +1623,7 @@ class InventoryItemForm(DeviceComponentForm):
|
|||||||
initial = kwargs.get('initial', {}).copy()
|
initial = kwargs.get('initial', {}).copy()
|
||||||
component_type = initial.get('component_type')
|
component_type = initial.get('component_type')
|
||||||
component_id = initial.get('component_id')
|
component_id = initial.get('component_id')
|
||||||
|
|
||||||
# Used for picking the default active tab for component selection
|
# Used for picking the default active tab for component selection
|
||||||
self.no_component = True
|
self.no_component = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user