1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-05 00:12:49 +01:00

refactor: black v24 formatting

This commit is contained in:
wyzula-jan
2024-01-26 15:17:59 +01:00
parent 812ffaf8ea
commit d211b47f4c

View File

@@ -175,8 +175,7 @@ class StreamPlot(QtWidgets.QWidget):
self.hook_crosshair()
self.init_table()
def splitter_sizes(self):
...
def splitter_sizes(self): ...
def hook_crosshair(self):
self.crosshair_1d = Crosshair(self.plot, precision=4)