Skip to content

Commit

Permalink
fix: revert
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhagwat committed Jan 14, 2025
1 parent 168297c commit 01e6130
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,7 @@ def _get_session(self, config: RepoConfig):

# creation of Session
self._keyspace = keyspace
self._session = self._cluster.connect(
self._keyspace, wait_for_all_pools=True
)
self._session = self._cluster.connect(self._keyspace)

return self._session

Expand Down

0 comments on commit 01e6130

Please sign in to comment.