Skip to content

Commit e89c457

Browse files
author
Margaret Matocha
committed
Changed pass to return per requested change
1 parent 4cfc2a4 commit e89c457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_display_text/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def anchored_position(self):
396396
@anchored_position.setter
397397
def anchored_position(self, new_position):
398398
if (self._anchor_point is None) or (new_position is None):
399-
pass # Note: anchor_point must be set before setting anchored_position
399+
return # Note: anchor_point must be set before setting anchored_position
400400
else:
401401
new_x = int(
402402
new_position[0]

0 commit comments

Comments
 (0)