We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8db8bec commit c77bd64Copy full SHA for c77bd64
2 files changed
customerio/client_base.py
@@ -108,11 +108,6 @@ 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
pyproject.toml
@@ -35,7 +35,7 @@ classifiers = [
35
[project.optional-dependencies]
36
dev = [
37
"build>=1.2.2",
38
- "ruff>=0.14.0",
+ "ruff>=0.15.12",
39
"twine>=6.1.0",
40
]
41
0 commit comments