Skip to content

Commit

Permalink
fix: import
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jun 3, 2024
1 parent 30166e2 commit fc9c467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staffspy/linkedin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from urllib.parse import quote
from concurrent.futures import ThreadPoolExecutor, as_completed

import utils
import staffspy.utils as utils
from staffspy.utils import logger
from staffspy.exceptions import TooManyRequests
from staffspy.models import Staff, Experience, Certification, Skill, School
Expand Down

0 comments on commit fc9c467

Please sign in to comment.