Skip to content

Commit

Permalink
Fixed merge bug
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyism committed Nov 2, 2022
1 parent 7cbaffe commit c20bc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin_scraper/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from selenium.webdriver.support import expected_conditions as EC
from .objects import Experience, Education, Scraper, Interest, Accomplishment, Contact
import os
import selectors
from linkedin_scraper import selectors


class Person(Scraper):
Expand Down

0 comments on commit c20bc9b

Please sign in to comment.