Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
qinxuye committed Feb 5, 2024
1 parent e91a643 commit 3a9ceb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xinference/model/image/stable_diffusion/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
from io import BytesIO
from typing import List, Optional, Union

from ....device_utils import move_model_to_available_device
from ....constants import XINFERENCE_IMAGE_DIR
from ....device_utils import move_model_to_available_device
from ....types import Image, ImageList

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3a9ceb9

Please sign in to comment.