rearreange imports
This commit is contained in:
parent
63c37aa3b7
commit
45c299861c
@ -1,6 +1,3 @@
|
||||
from bookstack import Bookstack
|
||||
from vcinema_utils import VCinemaUtils
|
||||
|
||||
import base64
|
||||
from collections import Counter, OrderedDict
|
||||
import csv
|
||||
@ -8,6 +5,10 @@ import os
|
||||
from wand.image import Image
|
||||
import worldmap
|
||||
import warnings
|
||||
|
||||
from bookstack import Bookstack
|
||||
from vcinema_utils import VCinemaUtils
|
||||
|
||||
warnings.filterwarnings("ignore")
|
||||
|
||||
# Page ID of https://wiki.jacknet.io/books/vcinema/page/films-by-country
|
||||
|
Loading…
x
Reference in New Issue
Block a user