chore(fmt): auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot]
2024-08-23 21:17:15 +00:00
parent 517fbc6240
commit 3b23c7739d

View File

@ -259,9 +259,7 @@ class Player(QMainWindow): # type: ignore[misc]
)
self.info.close_event.connect(self.closeEvent)
self.info.key_press_event.connect(self.keyPressEvent)
self.video_sink.videoFrameChanged.connect(
frame_changed
)
self.video_sink.videoFrameChanged.connect(frame_changed)
self.hide_info_window = hide_info_window
# Connecting key callbacks