Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit e3db283

Browse files
committed
black formating
1 parent 0c927c4 commit e3db283

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

adafruit_thermal_printer/thermal_printer.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,10 @@ def set_defaults(self):
387387
self.size = SIZE_SMALL
388388
self.underline = None
389389
self.inverse = False
390-
self.upside_down = False # this should work in 2.68 according to user manual v 4.0
391-
# but it does't work with 2.168 hence i implemented the below
392-
self.up_down_mode = True
390+
self.upside_down = False
391+
# this should work in 2.68 according to user manual v 4.0
392+
# but it does't work with 2.168 hence i implemented the below
393+
self.up_down_mode = True
393394
self.double_height = False
394395
self.double_width = False
395396
self.strike = False

0 commit comments

Comments
 (0)