Skip to content

Commit 3bddcf1

Browse files
committed
Fix imports
1 parent 3bcafed commit 3bddcf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sentry_sdk/integrations/openfeature.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
try:
77
from openfeature import api
88
from openfeature.hook import Hook
9-
from sentry_sdk._types import Event, ExcInfo
10-
from typing import Optional
119

1210
if TYPE_CHECKING:
1311
from openfeature.flag_evaluation import FlagEvaluationDetails
1412
from openfeature.hook import HookContext, HookHints
13+
from sentry_sdk._types import Event, ExcInfo
14+
from typing import Optional
1515
except ImportError:
1616
raise DidNotEnable("OpenFeature is not installed")
1717

0 commit comments

Comments
 (0)