Skip to content

Commit

Permalink
fix Connection consturctor sqlite db_path annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Apr 19, 2024
1 parent ffc3ac7 commit fe4a7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectorx-python/connectorx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def __new__(
cls,
*,
backend: Literal["sqlite"],
db_path: str,
db_path: str | Path,
) -> Connection[Literal["sqlite"]]: ...

@overload
Expand Down

0 comments on commit fe4a7dc

Please sign in to comment.