Fix code style

E251 unexpected spaces around keyword / parameter equals
This commit is contained in:
Sander Steffann 2019-10-09 14:05:49 +02:00
parent 0ee13646a5
commit 4ee391d27c

View File

@ -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,