Skip to content

Commit ff4be27

Browse files
committed
black format
1 parent 42579f8 commit ff4be27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adafruit_display_text/label.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,10 @@ def anchored_position(self):
385385
if self._anchor_point is None:
386386
return None
387387
return (
388-
int(self.x + round(self._anchor_point[0] * self._boundingbox[2] * self._scale)),
388+
int(
389+
self.x
390+
+ round(self._anchor_point[0] * self._boundingbox[2] * self._scale)
391+
),
389392
int(
390393
self.y
391394
+ (self._anchor_point[1] * self._boundingbox[3] * self._scale)

0 commit comments

Comments
 (0)