Skip to content
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

remove the self assignment in "sdk/python/tests/utils/e2e_test_validation.py" at line 179 #4234

Closed
shuchu opened this issue May 29, 2024 · 0 comments · Fixed by #4238
Closed

Comments

@shuchu
Copy link
Collaborator

shuchu commented May 29, 2024

Expected Behavior

Current Behavior

def make_feature_store_yaml(
    project,
    repo_dir_name: Path,
    offline_creator: DataSourceCreator,
    provider: str,
    online_store: Optional[Union[str, Dict]],
):
    offline_store_config = offline_creator.create_offline_store_config()
    online_store = online_store

Steps to reproduce

Specifications

  • Version: 0.37.1
  • Platform: ubuntu
  • Subsystem:

Possible Solution

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

Successfully merging a pull request may close this issue.

1 participant