Skip to content

Commit

Permalink
style: format code with Black and isort (#133)
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in de519b4 according to the output
from Black and isort.

Details: None

Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
  • Loading branch information
deepsource-autofix[bot] authored Feb 6, 2025
1 parent de519b4 commit 84049e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epub_image_optimizer/image_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from typing import List, Tuple

import tinify
from lxml.etree import fromstring, HTMLParser, parse
from lxml.etree import HTMLParser, fromstring, parse
from PIL import Image
from rich.progress import Progress, TaskID

Expand Down

0 comments on commit 84049e7

Please sign in to comment.