Skip to content

Commit

Permalink
fix:imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jul 16, 2024
1 parent 9444890 commit 1ee1d01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "staffspy"
version = "0.1.11"
version = "0.1.12"
description = "Staff scraper library for LinkedIn"
authors = ["Cullen Watson <cullen@bunsly.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion staffspy/linkedin/experiences.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json
import logging

import utils
import staffspy.utils
from staffspy.exceptions import TooManyRequests
from staffspy.models import Experience

Expand Down

0 comments on commit 1ee1d01

Please sign in to comment.