Browse Source

order pylint

Flippchen 2 năm trước cách đây
mục cha
commit
3bdc06dff6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rembg/session_sam.py

+ 1 - 1
rembg/session_sam.py

@@ -1,9 +1,9 @@
 from typing import List
 
 import numpy as np
+import onnxruntime as ort
 from PIL import Image
 from PIL.Image import Image as PILImage
-import onnxruntime as ort
 
 from .session_base import BaseSession