We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d8715 commit 3cc2048Copy full SHA for 3cc2048
providers/openfeature-provider-flagd/tests/test_metadata.py
@@ -7,11 +7,12 @@
7
from openfeature import api
8
from openfeature.contrib.provider.flagd import FlagdProvider
9
from openfeature.contrib.provider.flagd.config import ResolverType
10
+from openfeature.contrib.provider.flagd.resolvers.process.flags import (
11
+ _validate_metadata
12
+)
13
from openfeature.event import EventDetails, ProviderEvent
14
from openfeature.exception import ErrorCode, ParseError
15
-from openfeature.contrib.provider.flagd.resolvers.process.flags import _validate_metadata
-
16
17
def create_client(file_name):
18
path = os.path.abspath(os.path.join(os.path.dirname(__file__), "./flags/"))
0 commit comments