]> git.phdru.name Git - m_librarian.git/commitdiff
Style(wx/books): Fix minor `flake8` warning
authorOleg Broytman <phd@phdru.name>
Wed, 7 Feb 2024 09:55:59 +0000 (12:55 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 7 Feb 2024 09:55:59 +0000 (12:55 +0300)
[skip ci]

m_librarian/wx/ListBooks.py

index fcf7eab52c9b7d3d112872a5dabab0f9a58105a0..534d380eb26ca88defc7f1f86abb8d2044482f99 100644 (file)
@@ -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):