We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17f3960 + 775edf3 commit 8db8becCopy full SHA for 8db8bec
1 file changed
customerio/client_base.py
@@ -108,6 +108,11 @@ def _build_session(self):
108
return session
109
110
def _close(self):
111
+<<<<<<< ci-fixes
112
if not self.use_connection_pooling and self._current_session is not None:
113
+=======
114
+ # if we're not using pooling; clean up the resources.
115
+ if (not self.use_connection_pooling and self._current_session is not None):
116
+>>>>>>> main
117
self._current_session.close()
118
self._current_session = None
0 commit comments