Skip to content

Commit

Permalink
style: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin committed Sep 12, 2023
1 parent 28ca538 commit 4e256a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions hordelib/horde.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import sys
from copy import deepcopy

from horde_sdk.ai_horde_api.apimodels import ImageGenerateJobResponse
from loguru import logger
from PIL import Image

Expand All @@ -17,8 +18,6 @@
from hordelib.utils.dynamicprompt import DynamicPromptParser
from hordelib.utils.image_utils import ImageUtils

from horde_sdk.ai_horde_api.apimodels import ImageGenerateJobResponse


class HordeLib:
_instance: HordeLib | None = None
Expand Down
2 changes: 1 addition & 1 deletion hordelib/shared_model_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from typing_extensions import Self

from hordelib.consts import MODEL_CATEGORY_NAMES
from hordelib.model_manager.hyper import BaseModelManager, ModelManager, ALL_MODEL_MANAGER_TYPES
from hordelib.model_manager.hyper import ALL_MODEL_MANAGER_TYPES, BaseModelManager, ModelManager
from hordelib.preload import (
ANNOTATOR_MODEL_SHA_LOOKUP,
download_all_controlnet_annotators,
Expand Down

0 comments on commit 4e256a6

Please sign in to comment.