Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions weaviate/client_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ async def is_live(self) -> bool:
return True
return False
except Exception as e:
print(e)
return False

async def is_ready(self) -> bool:
Expand All @@ -178,7 +177,6 @@ async def is_ready(self) -> bool:
return True
return False
except Exception as e:
print(e)
return False

async def graphql_raw_query(self, gql_query: str) -> _RawGQLReturn:
Expand Down