Skip to content

Commit

Permalink
Update openfeature/provider/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Grübel <[email protected]>
Signed-off-by: Federico Bond <[email protected]>
  • Loading branch information
federicobond and gruebel authored Feb 3, 2024
1 parent c180405 commit ec6df50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfeature/provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .metadata import Metadata


class FeatureProvider(typing.Protocol):
class FeatureProvider(typing.Protocol): # pragma: no cover
def initialize(self, evaluation_context: EvaluationContext) -> None:
...

Expand Down

0 comments on commit ec6df50

Please sign in to comment.