Skip to content

Commit

Permalink
πŸ”„ Reorder import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Nov 11, 2023
1 parent 29a687c commit 324fa7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion funcchain/utils/image_helpers.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from io import BytesIO
from base64 import b64encode
from io import BytesIO

from PIL import Image # type: ignore


Expand Down

0 comments on commit 324fa7f

Please sign in to comment.