Skip to content

Commit

Permalink
fix:import
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Jul 21, 2024
1 parent 9f4c4d6 commit fecbabe
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.15"
version = "0.1.16"
description = "Staff scraper library for LinkedIn"
authors = ["Cullen Watson <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion staffspy/linkedin/schools.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from staffspy.exceptions import TooManyRequests
from staffspy.models import School
from utils import parse_dates
from staffspy.utils import parse_dates

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit fecbabe

Please sign in to comment.