Skip to content

Commit

Permalink
docs:readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cullenwatson committed Aug 2, 2024
1 parent 7d245cf commit ab57b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ _Python version >= [3.10](https://www.python.org/downloads/release/python-3100/)
### Usage

```python
from staffspy import LinkedInAccount, SolverType
from pathlib import Path
from staffspy import LinkedInAccount, SolverType

session_file = Path(__file__).resolve().parent / "session.pkl"
account = LinkedInAccount(
Expand Down

0 comments on commit ab57b79

Please sign in to comment.