Skip to content

Commit 9e706e1

Browse files
committed
flatten layers parameter structure
1 parent 98484ad commit 9e706e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphistry/kepler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def to_dict(self) -> Dict[str, Any]:
150150

151151
# Merge all config params (columns, visConfig, etc.)
152152
if self.kwargs:
153-
result['config'].update(self.kwargs)
153+
result.update(self.kwargs)
154154

155155
return result
156156

0 commit comments

Comments
 (0)