remove imports
This commit is contained in:
parent
6d3530bae9
commit
7af6968dab
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user