Browse Source

remove unused imports

Daniel Gatis 3 years ago
parent
commit
c6e9802669
1 changed files with 0 additions and 2 deletions
  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