mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -06:00
Fix PEP8 compliance
This commit is contained in:
parent
ed4368d6e4
commit
1368664c48
@ -208,7 +208,7 @@ class Token(BigIDModel):
|
||||
max_length=200,
|
||||
blank=True
|
||||
)
|
||||
allowed_ips=betterArrayField(
|
||||
allowed_ips = betterArrayField(
|
||||
base_field=IPNetworkField(),
|
||||
blank=True,
|
||||
null=True,
|
||||
|
Loading…
Reference in New Issue
Block a user