0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02: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.hook_crosshair()
self.init_table() self.init_table()
def splitter_sizes(self): def splitter_sizes(self): ...
...
def hook_crosshair(self): def hook_crosshair(self):
self.crosshair_1d = Crosshair(self.plot, precision=4) self.crosshair_1d = Crosshair(self.plot, precision=4)