Skip to content

Commit 2f72376

Browse files
committed
more unused stuff from old base branch;
1 parent 10128c2 commit 2f72376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry_sdk/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from collections import namedtuple
1414
from datetime import datetime, timezone
1515
from decimal import Decimal
16-
from functools import lru_cache, partial, partialmethod, wraps
16+
from functools import partial, partialmethod, wraps
1717
from numbers import Real
1818
from urllib.parse import parse_qs, unquote, urlencode, urlsplit, urlunsplit
1919

@@ -1858,7 +1858,6 @@ def is_module_patched(mod_name):
18581858
return False
18591859

18601860

1861-
@lru_cache(maxsize=1)
18621861
def is_gevent():
18631862
# type: () -> bool
18641863
return is_module_patched("threading") or is_module_patched("_thread")

0 commit comments

Comments
 (0)