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 fabbd72 commit 30166e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1"
version = "0.1.2"
description = "Staff scraper library for LinkedIn"
authors = ["Cullen Watson <cullen@bunsly.com>"]
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions staffspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pandas as pd

from linkedin import LinkedInScraper
from staffspy.linkedin import LinkedInScraper

from .utils import set_logger_level, logger
from staffspy.utils import set_logger_level, logger


def scrape_staff(
Expand Down

0 comments on commit 30166e2

Please sign in to comment.