Skip to content

Commit

Permalink
Merge branch 'develop' into misc/remove-space-saver
Browse files Browse the repository at this point in the history
  • Loading branch information
strickvl authored Dec 20, 2023
2 parents df63601 + a662aa2 commit 7024f04
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/zenml/zen_stores/secrets_stores/aws_secrets_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ def populate_config(cls, values: Dict[str, Any]) -> Dict[str, Any]:
Returns:
Validated settings.
Raises:
ValueError: If the connector attribute is not set.
"""
# Search for legacy attributes and populate the connector configuration
# from them, if they exist.
Expand Down
3 changes: 0 additions & 3 deletions src/zenml/zen_stores/secrets_stores/azure_secrets_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ def populate_config(cls, values: Dict[str, Any]) -> Dict[str, Any]:
Returns:
Validated settings.
Raises:
ValueError: If the connector attribute is not set.
"""
# Search for legacy attributes and populate the connector configuration
# from them, if they exist.
Expand Down
3 changes: 0 additions & 3 deletions src/zenml/zen_stores/secrets_stores/gcp_secrets_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ def populate_config(cls, values: Dict[str, Any]) -> Dict[str, Any]:
Returns:
Validated settings.
Raises:
ValueError: If the connector attribute is not set.
"""
# Search for legacy attributes and populate the connector configuration
# from them, if they exist.
Expand Down

0 comments on commit 7024f04

Please sign in to comment.