Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Aug 16, 2023
1 parent 0450b9b commit 39c8dac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SharedProcessors/FileImageSvgToPng.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@

# Requires cairosvg: python -m pip install --upgrade cairosvg
import cairosvg

# also needs:
# brew install cairo libffi

from autopkglib import ( # pylint: disable=import-error,unused-import
Processor,
ProcessorError,
)

# also needs:
# brew install cairo libffi


__all__ = ["FileImageSvgToPng"]


Expand Down

0 comments on commit 39c8dac

Please sign in to comment.