Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Feb 23, 2024
1 parent c3349df commit 4755262
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions segno/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,7 @@ def to_float(c):
writeline('%%EOF')


def as_png_data_uri(matrix, matrix_size, scale=1, border=None,
compresslevel=9, **kw):
def as_png_data_uri(matrix, matrix_size, scale=1, border=None, compresslevel=9, **kw):
"""\
Converts the provided matrix into a PNG data URI.
Expand Down

0 comments on commit 4755262

Please sign in to comment.