Skip to content

Commit

Permalink
fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
guiscaranse committed Jun 17, 2022
1 parent 7acc29f commit 38509cc
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 @@ -880,6 +880,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 38509cc

Please sign in to comment.