mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Formatting: Remove whitespace on blank line
This commit is contained in:
parent
e93913f91c
commit
4c74cbc060
@ -1097,10 +1097,10 @@ class Module(NetBoxModel, ConfigContextModel):
|
||||
existing_item.module = self
|
||||
update_instances.append(existing_item)
|
||||
continue
|
||||
|
||||
|
||||
# If we are not adopting components or the component doesn't already exist
|
||||
create_instances.append(template_instance)
|
||||
|
||||
|
||||
component_model.objects.bulk_create(create_instances)
|
||||
component_model.objects.bulk_update(update_instances, ['module'])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user