Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Reformatted per pre-commit
  • Loading branch information
tekktrik committed Jan 18, 2022
commit 21b9c629d3ea71dcf0b11a1d1ea2558d3616604c
2 changes: 1 addition & 1 deletion adafruit_bitmap_font/bdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def _verify_bounding_box(self):
raise Exception(
"Source file does not have the FOUNTBOUNDINGBOX parameter"
) from error

def _readline_file(self):
line = self.file.readline()
return str(line, "utf-8")
Expand Down