Skip to content

Commit

Permalink
Return self in enter context manager method
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Jun 9, 2024
1 parent e4b3a8d commit 5e8718c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dlt/destinations/impl/lancedb/lancedb_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,7 @@ def __exit__(


def __enter__(self) -> "LanceDBClient":
pass

return self

def complete_load(self, load_id: str) -> None:
properties = {
Expand Down

0 comments on commit 5e8718c

Please sign in to comment.