Skip to content

Commit 6b64ac8

Browse files
committed
fix missing "
1 parent bae40d4 commit 6b64ac8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/themachinethatgoesping/pingprocessing/widgets/echogramviewer_pyqtgraph2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2086,7 +2086,7 @@ def get_matplotlib(
20862086
# =========================================================================
20872087

20882088
def _on_layout_change(self, change: Dict[str, Any]) -> None:
2089-
"""Handle grid layout change.""
2089+
"""Handle grid layout change."""
20902090
new_rows, new_cols = change['new']
20912091

20922092
# Skip if no actual change

0 commit comments

Comments
 (0)