Skip to content

Commit 3886113

Browse files
committed
lint lint
1 parent f3ac025 commit 3886113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Matrix_Portal_S3_ESPN_API/get_team_logos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def process(filename, output_8_bit=True, passthrough=PASSTHROUGH):
4141
paletted mode after quantization/dithering. If passthrough (a list
4242
of 3-tuple RGB values) is provided, dithering won't be applied to
4343
colors in the provided list, they'll be quantized only (allows areas
44-
of the image to remain clean and dither-free).
44+
of the image to remain clean and dither-free).
4545
"""
4646
img = Image.open(filename).convert('RGB')
4747
err_next_pixel = (0, 0, 0)

0 commit comments

Comments
 (0)