Skip to content

Commit 4cfc2a4

Browse files
author
Margaret Matocha
committed
ran black
1 parent 3c9e414 commit 4cfc2a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_display_text/label.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,8 +395,8 @@ def anchored_position(self):
395395

396396
@anchored_position.setter
397397
def anchored_position(self, new_position):
398-
if (self._anchor_point is None) or (new_position is None):
399-
pass # Note: anchor_point must be set before setting anchored_position
398+
if (self._anchor_point is None) or (new_position is None):
399+
pass # 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)