Skip to content

Commit 0218f19

Browse files
committed
Remove breakpoint
1 parent 58a4be1 commit 0218f19

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quotientai"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = [
55
"Freddie Vargus <[email protected]>",
66
"Michael Goitia Sarmiento <[email protected]>",

quotientai/tracing/instrumentation/chroma.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@ def wrapper(*args, **kwargs):
295295
if not args:
296296
raise TypeError("Missing 'self' argument")
297297

298-
breakpoint()
299298
self_obj = args[0]
300299
other_args = args[1:]
301300

0 commit comments

Comments
 (0)