Skip to content

Commit

Permalink
📝 Update online store helper docstring (#1957)
Browse files Browse the repository at this point in the history
Signed-off-by: Amom Mendes <amommendes@hotmail.com>
  • Loading branch information
amommendes authored Oct 26, 2021
1 parent 3768766 commit 95ac807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/online_stores/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def get_online_store_from_config(online_store_config: Any,) -> OnlineStore:
"""Get the offline store from offline store config"""
"""Get the online store from online store config"""

module_name = online_store_config.__module__
qualified_name = type(online_store_config).__name__
Expand Down

0 comments on commit 95ac807

Please sign in to comment.