Skip to content

Commit 383fc03

Browse files
committed
ttf: fix lint error
1 parent ceed4c2 commit 383fc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bitmap_font/ttf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class TTF:
11-
def __init__(self, f):
11+
def __init__(self, f, bitmap):
1212
f.seek(0)
1313
self.file = f
1414

0 commit comments

Comments
 (0)