Skip to content

Commit c77bd64

Browse files
committed
Bump Ruff and fix merge markers
1 parent 8db8bec commit c77bd64

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

customerio/client_base.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ def _build_session(self):
108108
return session
109109

110110
def _close(self):
111-
<<<<<<< ci-fixes
112111
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
117112
self._current_session.close()
118113
self._current_session = None

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
[project.optional-dependencies]
3636
dev = [
3737
"build>=1.2.2",
38-
"ruff>=0.14.0",
38+
"ruff>=0.15.12",
3939
"twine>=6.1.0",
4040
]
4141

0 commit comments

Comments
 (0)