Skip to content

Commit a3b3346

Browse files
committed
spaces
1 parent 9fa515e commit a3b3346

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_epd/ssd1680.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ def __init__(
5050

5151
# pylint: enable=too-many-arguments, useless-parent-delegation
5252

53-
54-
5553
def initialize_buffers(self, width, height):
5654
"""Initialize width height stride buffers"""
5755
stride = width
@@ -151,7 +149,7 @@ def __init__(
151149
busy_pin=busy_pin,
152150
)
153151

154-
# pylint: enable=too-many-arguments, useless-parent-delegation
152+
# pylint: enable=too-many-arguments, useless-parent-delegation
155153

156154
def power_up(self):
157155
"""Power up sequence specifically for SSD1680Z."""

0 commit comments

Comments
 (0)