Skip to content

Commit

Permalink
fix more lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DataBoyTX committed Jan 17, 2025
1 parent fecc260 commit ddbfc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphistry/Plottable.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Plottable(object):
_complex_encodings : dict
_bolt_driver : Any
_tigergraph : Any
_spannergraph: SpannerGraph = None
_spannergraph: Any = None

_dataset_id: Optional[str]
_url: Optional[str]
Expand Down

0 comments on commit ddbfc12

Please sign in to comment.