8000 fix: Remove useless gc.collect · etherscan-io/sentry-python@897b683 · GitHub
[go: up one dir, main page]

Skip to content

Commit 897b683

Browse files
committed
fix: Remove useless gc.collect
1 parent 614ec68 commit 897b683

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_tracing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import weakref
2-
import gc
32

43
import pytest
54

@@ -129,5 +128,4 @@ def foo():
129128

130129
del foo
131130
del span
132-
gc.collect()
133131
assert len(references) == expected_refcount

0 commit comments

Comments
 (0)
0