mirror of https://github.com/Bunsly/JobSpy
remove unused import
parent
9009579fe7
commit
d063ce6b46
|
@ -1,8 +1,6 @@
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import concurrent.futures
|
import concurrent.futures
|
||||||
from concurrent.futures import ThreadPoolExecutor
|
from concurrent.futures import ThreadPoolExecutor
|
||||||
|
|
||||||
import traceback
|
|
||||||
from typing import List, Tuple, NamedTuple, Dict
|
from typing import List, Tuple, NamedTuple, Dict
|
||||||
|
|
||||||
from .jobs import JobType, Location
|
from .jobs import JobType, Location
|
||||||
|
|
Loading…
Reference in New Issue