Skip to content

Commit ecd0a4a

Browse files
committed
Ignore subclass type error
1 parent 928350a commit ecd0a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/openfeature.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def error_processor(event, exc_info):
3535
api.add_hooks(hooks=[OpenFeatureHook()])
3636

3737

38-
class OpenFeatureHook(Hook):
38+
class OpenFeatureHook(Hook): # type: ignore
3939

4040
def after(self, hook_context, details, hints):
4141
# type: (HookContext, FlagEvaluationDetails, HookHints) -> None

0 commit comments

Comments
 (0)