Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vbhagwat committed Jan 13, 2025
1 parent d742474 commit 168297c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,9 @@ 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, wait_for_all_pools=True
)

return self._session

Expand Down

0 comments on commit 168297c

Please sign in to comment.