Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmukai committed Mar 3, 2024
1 parent 98e9ca8 commit ea10653
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/seedsigner/models/encode_qr.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ def _create_parts(self):


def part_to_image(self, part, width, height, border: int = 3, background_color: str = "ffffff"):
# if self.qr_type == QRType.SEED__SEEDQR:
# return self.qr.qrimage(part, width, height, border)
# else:
# return self.qr.qrimage_io(part, width, height, border, background_color=background_color)
return self.qr.qrimage_io(part, width, height, border, background_color=background_color)


Expand Down

0 comments on commit ea10653

Please sign in to comment.