mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-11 20:50:29 +02:00
refactor: cleanup MR
This commit is contained in:
@@ -434,7 +434,7 @@ class BECDock(BECWidget, Dock):
|
||||
super().close()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if __name__ == "__main__": # pragma: no cover
|
||||
import sys
|
||||
|
||||
from qtpy.QtWidgets import QApplication
|
||||
|
||||
@@ -71,5 +71,4 @@ class BECMainWindow(BECWidget, QMainWindow):
|
||||
return dock_area
|
||||
|
||||
def cleanup(self):
|
||||
# TODO
|
||||
super().close()
|
||||
|
||||
Reference in New Issue
Block a user