diff --git a/pysollib/kivy/toast.py b/pysollib/kivy/toast.py
index b19876ad..267277a4 100644
--- a/pysollib/kivy/toast.py
+++ b/pysollib/kivy/toast.py
@@ -20,7 +20,7 @@ class Toast(Label, LBase):
 
         self.duration = 4.0
         self.tsize = self.size
-        self.rsize = [2,]
+        self.rsize = [2, ]
         self.hook = None
         with self.canvas.before:
             Color(0.2, 0.2, 0.2, 0.85)
@@ -36,7 +36,7 @@ class Toast(Label, LBase):
                 instance.texture_update()
                 width, height = instance.texture_size
         ads = height * 1.7
-        self.rsize = [(ads+height)/2.0,]
+        self.rsize = [(ads+height)/2.0, ]
         self.tsize = (width + ads, height + ads)
         # print('eval_size:',self.tsize,self.rsize)
 
diff --git a/pysollib/pysolgtk/menubar.py b/pysollib/pysolgtk/menubar.py
index 0c18846f..da4a90ec 100644
--- a/pysollib/pysolgtk/menubar.py
+++ b/pysollib/pysolgtk/menubar.py
@@ -28,6 +28,7 @@ import re
 
 from findcarddialog import connect_game_find_card_dialog, \
         destroy_find_card_dialog
+
 from fullpicturedialog import connect_game_full_picture_dialog, \
         destroy_full_picture_dialog