Skip to content

Commit baf92c7

Browse files
authored
fix (conflict): Fix bug after resolve conflict
1 parent 372b627 commit baf92c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphistry/pygraphistry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def set_sso_opt_into_type(value: Optional[str]):
583583
"""Set sso_opt_into_type to memory"""
584584
PyGraphistry._config["sso_opt_into_type"] = value
585585

586-
# def set_spanner_config(spanner_config):
586+
@staticmethod
587587
def set_spanner_config(spanner_config: Optional[Union[Dict, str]] = None):
588588
"""
589589
Saves the spanner config to internal Pygraphistry _config

0 commit comments

Comments
 (0)