mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 13:08:16 -06:00
Beautify comments
Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
parent
7d2ea49c01
commit
b1e0f2d5fa
@ -239,7 +239,7 @@ class Token(BigIDModel):
|
||||
|
||||
def validate_client_ip(self, raw_ip_address):
|
||||
"""
|
||||
Checks that an ip address falls within the allowed ips.
|
||||
Checks that an IP address falls within the allowed IPs.
|
||||
"""
|
||||
if not self.allowed_ips:
|
||||
return True
|
||||
|
Loading…
Reference in New Issue
Block a user