Skip to content

Commit

Permalink
Stop using provider.provider as mentionned in open-feature/python-sdk…
Browse files Browse the repository at this point in the history
…#319

Signed-off-by: Thomas Poignant <[email protected]>
  • Loading branch information
thomaspoignant committed Apr 19, 2024
1 parent 5b5707a commit 4357389
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@

@dataclass
class GoFeatureFlagMetadata(Metadata):
def __init__(self):
pass

name: str = "GO Feature Flag"
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from openfeature.flag_evaluation import FlagResolutionDetails, Reason
from openfeature.hook import Hook
from openfeature.provider.metadata import Metadata
from openfeature.provider.provider import AbstractProvider
from openfeature.provider import AbstractProvider
from pydantic import PrivateAttr, ValidationError

from gofeatureflag_python_provider.data_collector_hook import DataCollectorHook
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Optional, Generic, Union, TypeVar
from typing import Optional, Union, TypeVar
from gofeatureflag_python_provider.options import BaseModel


Expand Down

0 comments on commit 4357389

Please sign in to comment.