Beautify comments

Co-authored-by: Jeremy Stretch <jstretch@ns1.com>
This commit is contained in:
PieterL75 2022-03-18 15:48:10 +01:00 committed by GitHub
parent 7d2ea49c01
commit b1e0f2d5fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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