Fix PEP8 compliance

This commit is contained in:
Pieter Lambrecht 2022-03-15 11:06:46 +01:00
parent ed4368d6e4
commit 1368664c48

View File

@ -208,7 +208,7 @@ class Token(BigIDModel):
max_length=200, max_length=200,
blank=True blank=True
) )
allowed_ips=betterArrayField( allowed_ips = betterArrayField(
base_field=IPNetworkField(), base_field=IPNetworkField(),
blank=True, blank=True,
null=True, null=True,