Preferable falsy syntax

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
This commit is contained in:
bctiemann 2024-12-17 14:44:41 -05:00 committed by GitHub
parent 25b5d70b6d
commit e22d03a7d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -269,7 +269,7 @@ class CableTraceSVG:
Draw the far-end objects and its terminations and return all created nodes
"""
# If an empty list is passed in, return empty results so this cable can be skipped
if len(obj_list) == 0:
if not len(obj_list):
return [], []
# Make sure elements are sorted by name for readability