Skip to content

Commit

Permalink
Pleasing black
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Sep 18, 2021
1 parent 7055d73 commit dbd4118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/image/test_image_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def break_down_filename(image):

def test_get_img_info():
short_keys = {"f", "h", "bpc", "w", "cs", "trns", "dp", "pal"}
expected = json.loads((HERE / "image_info.json").read_text(encoding='utf8'))
expected = json.loads((HERE / "image_info.json").read_text(encoding="utf8"))

for path in sorted((HERE / "png_test_suite").glob("*.png")):
if not path.stem.startswith("x"):
Expand Down

0 comments on commit dbd4118

Please sign in to comment.