Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Sep 24, 2024
1 parent c3fea90 commit e465cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/infinity_emb/infinity_emb/transformer/vision/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import io
from typing import List, Union

from infinity_emb._optional_imports import CHECK_PIL, CHECK_SOUNDFILE, CHECK_AIOHTTP
from infinity_emb._optional_imports import CHECK_AIOHTTP, CHECK_PIL, CHECK_SOUNDFILE
from infinity_emb.primitives import (
AudioCorruption,
AudioSingle,
Expand All @@ -15,7 +15,7 @@
)

if CHECK_AIOHTTP.is_available:
import aiohttp
import aiohttp

if CHECK_PIL.is_available:
from PIL import Image # type: ignore
Expand Down

0 comments on commit e465cbe

Please sign in to comment.