Browse Source

remove unused imports

Daniel Gatis 3 năm trước cách đây
mục cha
commit
c6e9802669
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      rembg/server.py

+ 0 - 2
rembg/server.py

@@ -1,6 +1,4 @@
 import argparse
-import glob
-import os
 from io import BytesIO
 from urllib.parse import quote, unquote_plus
 from urllib.request import urlopen