Skip to content

Commit

Permalink
update get_meta param conn annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-xu committed Apr 19, 2024
1 parent 9bc3495 commit 0783580
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 @@ -63,7 +63,7 @@ def rewrite_conn(


def get_meta(
conn: str,
conn: str | Connection,
query: str,
protocol: Protocol | None = None,
) -> pd.DataFrame:
Expand Down

0 comments on commit 0783580

Please sign in to comment.