Skip to content
Snippets Groups Projects
Commit 3be7f1e6 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

minor change

parent 3baebe90
No related branches found
No related tags found
No related merge requests found
......@@ -895,6 +895,8 @@ def _is_bool_dios_like(obj) -> bool:
def to_dios(obj) -> DictOfSeries:
if isinstance(obj, DictOfSeries):
return obj
return DictOfSeries(data=obj)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment