mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 19:18:16 -06:00
Fix code style
E251 unexpected spaces around keyword / parameter equals
This commit is contained in:
parent
0ee13646a5
commit
4ee391d27c
@ -2156,8 +2156,8 @@ class Interface(CableTermination, ComponentModel):
|
||||
limit_choices_to={'model__in': CABLE_TERMINATION_TYPES},
|
||||
on_delete=models.PROTECT,
|
||||
related_name='+',
|
||||
blank = True,
|
||||
null = True
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
connected_endpoint_id = models.PositiveIntegerField(
|
||||
blank=True,
|
||||
|
Loading…
Reference in New Issue
Block a user