Skip to content

Commit ef8049d

Browse files
committed
Run the linter
1 parent d21d4a6 commit ef8049d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/widgets/test_menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run(self) -> None:
8989
asserter(lambda: QApplication.activeModalWidget() is not widget)
9090

9191
def passed(self) -> bool:
92-
return getattr(self, '_passed', False)
92+
return getattr(self, "_passed", False)
9393

9494
runnable = Handler()
9595
QThreadPool.globalInstance().start(runnable)

0 commit comments

Comments
 (0)