Skip to content

Commit 55eb389

Browse files
committed
Fixed imports
1 parent a8e6c48 commit 55eb389

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sentry_sdk/scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from sentry_sdk.attachments import Attachment
1313
from sentry_sdk.consts import DEFAULT_MAX_BREADCRUMBS, FALSE_VALUES, INSTRUMENTER
14-
from sentry_sdk.flag_utils import FlagBuffer, DEFAULT_FLAG_CAPACITY
14+
from sentry_sdk.feature_flags import FlagBuffer, DEFAULT_FLAG_CAPACITY
1515
from sentry_sdk.profiler.continuous_profiler import try_autostart_continuous_profiler
1616
from sentry_sdk.profiler.transaction_profiler import Profile
1717
from sentry_sdk.session import Session

tests/test_flag_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from sentry_sdk.flag_utils import FlagBuffer
1+
from sentry_sdk.feature_flags import FlagBuffer
22

33

44
def test_flag_tracking():

0 commit comments

Comments
 (0)