Skip to content

Commit dd1da50

Browse files
committed
Acquiesce to black's very stict expectations
1 parent b92bf18 commit dd1da50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

adafruit_ssd1306.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@ def init_display(self):
113113
SET_DISP_OFFSET,
114114
0x00,
115115
SET_COM_PIN_CFG,
116-
0x02 if (self.height == 32 or self.height == 16) and (self.width != 64) else 0x12,
116+
0x02
117+
if (self.height == 32 or self.height == 16) and (self.width != 64)
118+
else 0x12,
117119
# timing and driving scheme
118120
SET_DISP_CLK_DIV,
119121
0x80,

0 commit comments

Comments
 (0)