Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
guiscaranse committed Jun 19, 2023
1 parent b411c96 commit 55ce654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry_sdk/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,7 @@ def _get_contextvars():
pass

# Fall back to basic thread-local usage.

from threading import local

return False, _make_threadlocal_contextvars(local)
Expand Down

0 comments on commit 55ce654

Please sign in to comment.