Skip to content

Commit 49caf70

Browse files
committed
Run pre-commit
1 parent 36e8ea8 commit 49caf70

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/ssd1306_pillow_ip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
from PIL import Image, ImageDraw, ImageFont
1818
import adafruit_ssd1306
1919

20+
2021
# This function allows us to grab any of our IP addresses
2122
def get_ip_address(ifname):
2223
s = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)

examples/ssd1306_stats.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
# font = ImageFont.truetype('/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf', 9)
5858

5959
while True:
60-
6160
# Draw a black filled box to clear the image.
6261
draw.rectangle((0, 0, width, height), outline=0, fill=0)
6362

0 commit comments

Comments
 (0)