From 4e322708bf5efdc6dce6cfa5afee26c47d914c5c Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 7 Feb 2024 12:55:59 +0300 Subject: [PATCH] Style(wx/books): Fix minor `flake8` warning [skip ci] --- m_librarian/wx/ListBooks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m_librarian/wx/ListBooks.py b/m_librarian/wx/ListBooks.py index fcf7eab..534d380 100644 --- a/m_librarian/wx/ListBooks.py +++ b/m_librarian/wx/ListBooks.py @@ -199,7 +199,7 @@ class ListBooksPanel(GridPanel): def report_error(self, error): wx.MessageBox( error, caption='m_Librarian download error', - style=wx.OK|wx.ICON_ERROR, parent=self.Parent) + style=wx.OK | wx.ICON_ERROR, parent=self.Parent) class ListBooksWindow(GridWindow): -- 2.39.2