Skip to content

Imports are wrong #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
agardnerIT opened this issue Sep 28, 2023 · 2 comments
Closed

Imports are wrong #21

agardnerIT opened this issue Sep 28, 2023 · 2 comments

Comments

@agardnerIT
Copy link
Contributor

https://github.com/open-feature/python-sdk-contrib/blob/main/open_feature_contrib/providers/flagd/provider.py#L28-#L31

import requests
from open_feature.evaluation_context.evaluation_context import EvaluationContext
from open_feature.exception.error_code import ErrorCode
from open_feature.flag_evaluation.flag_evaluation_details import FlagEvaluationDetails
from open_feature.provider.provider import AbstractProvider

should be:

import requests
from openfeature.evaluation_context import EvaluationContext
from openfeature.exception import ErrorCode
from openfeature.flag_evaluation import FlagEvaluationDetails
from openfeature.provider.provider import AbstractProvider
@agardnerIT
Copy link
Contributor Author

Will be closed by #19

@federicobond
Copy link
Member

Closed by #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants