remove imports

This commit is contained in:
Sarah 2022-02-27 15:34:49 +00:00
parent 6d3530bae9
commit 7af6968dab
2 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
import argparse import argparse
from collections import OrderedDict from collections import OrderedDict
from progress.bar import Bar from progress.bar import Bar
import sys
from bookstack import Bookstack from bookstack import Bookstack
from vcinema_utils import VCinemaUtils from vcinema_utils import VCinemaUtils

View File

@ -1,7 +1,5 @@
from collections import Counter from collections import Counter
from concurrent.futures import ThreadPoolExecutor, as_completed from concurrent.futures import ThreadPoolExecutor, as_completed
from progress.bar import Bar
import sys
import functools import functools
from imdb_utils import IMDbUtils from imdb_utils import IMDbUtils