Merge pull request 'Remove unused import in the website indexer script' (#1702) from remove-used-import-indexer into master
continuous-integration/drone/push Build is passing Details

Reviewed-on: #1702
This commit is contained in:
vincent 2020-11-15 11:06:08 +00:00
commit 6668d895c3
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@
import glob
import json
from bs4 import BeautifulSoup
from subprocess import run, PIPE
import multiprocessing.dummy as mp
import logging
from os.path import abspath