Skip to content

Conversation

@lmeyerov
Copy link
Contributor

@lmeyerov lmeyerov commented Jan 28, 2026

Summary

  • annotate weighted edges df fields in PlotterBase to satisfy mypy type checking

Testing

  • ./bin/mypy.sh\n- ./bin/lint.sh

self._weighted_edges_df_from_nodes = None
self._weighted_edges_df_from_edges = None
self._weighted_edges_df_from_nodes: Optional[pd.DataFrame] = None
self._weighted_edges_df_from_edges: Optional[pd.DataFrame] = None
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

goes on Plottable

@lmeyerov lmeyerov merged commit 63c7b32 into master Jan 28, 2026
31 checks passed
@lmeyerov lmeyerov deleted the fix/ci-master-red branch January 28, 2026 06:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants