Skip to content

Commit

Permalink
fix (conflict): Fix bug after resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
vaimdev authored Jan 24, 2025
1 parent 372b627 commit baf92c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphistry/pygraphistry.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def set_sso_opt_into_type(value: Optional[str]):
"""Set sso_opt_into_type to memory"""
PyGraphistry._config["sso_opt_into_type"] = value

# def set_spanner_config(spanner_config):
@staticmethod
def set_spanner_config(spanner_config: Optional[Union[Dict, str]] = None):
"""
Saves the spanner config to internal Pygraphistry _config
Expand Down

0 comments on commit baf92c7

Please sign in to comment.