mirror of https://github.com/Bunsly/JobSpy
fixed imports
parent
7f7d7f96d6
commit
f71bb91b68
|
@ -1,6 +1,9 @@
|
||||||
from datetime import datetime, date
|
from datetime import datetime, date
|
||||||
from typing import List
|
from typing import List
|
||||||
from jobspy.jobs import Country, JobPost, Location
|
|
||||||
|
from src.jobspy import JobPost, Location, Country
|
||||||
|
|
||||||
|
|
||||||
# Creating some test job posts
|
# Creating some test job posts
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue