Przeglądaj źródła

remove unused imports

Daniel Gatis 3 lat temu
rodzic
commit
c6e9802669
1 zmienionych plików z 0 dodań i 2 usunięć
  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