Skip to content

Commit

Permalink
Fix up pyi file
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Feb 26, 2024
1 parent fb0f8f7 commit 0bdab9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/python/lancedb/_lancedb.pyi
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Optional

class Connection(object):
pass
async def table_names(self) -> list[str]: ...

def connect(
async def connect(
uri: str,
api_key: Optional[str],
region: Optional[str],
Expand Down

0 comments on commit 0bdab9b

Please sign in to comment.