Daniel Gatis 2 years ago
parent
commit
354f5315c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rembg/session_factory.py

+ 1 - 1
rembg/session_factory.py

@@ -5,8 +5,8 @@ from contextlib import redirect_stdout
 from pathlib import Path
 from typing import Type
 
-import pooch
 import onnxruntime as ort
+import pooch
 
 from .session_base import BaseSession
 from .session_cloth import ClothSession