Skip to content

Commit

Permalink
edit in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ersi-lightly committed Nov 17, 2023
1 parent 6de5dee commit 424ba80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightly/api/api_workflow_compute_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def get_compute_worker_run_tags(self, run_id: str) -> List[TagData]:


def selection_config_from_dict(cfg: Dict[str, Any]) -> SelectionConfigV3:
"""Recursively converts selection config from dict to a SelectionConfig instance."""
"""Recursively converts selection config from dict to a SelectionConfigV3 instance."""
strategies = []
for entry in cfg.get("strategies", []):
new_entry = copy.deepcopy(entry)
Expand Down

0 comments on commit 424ba80

Please sign in to comment.