Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Mar 29, 2023
1 parent 96ce3cc commit 820e49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rembg/session_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

from .session_base import BaseSession
from .session_cloth import ClothSession
from .session_simple import SimpleSession
from .session_dis import DisSession
from .session_simple import SimpleSession


def new_session(model_name: str = "u2net") -> BaseSession:
Expand Down

0 comments on commit 820e49e

Please sign in to comment.