瀏覽代碼

fix style warn

iamgd67 5 年之前
父節點
當前提交
fb1152a121
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      labelme/app.py

+ 1 - 2
labelme/app.py

@@ -243,7 +243,7 @@ class MainWindow(QtWidgets.QMainWindow):
         )
         saveAuto.setChecked(self._config['auto_save'])
 
-        def onSaveWithImageDataClick(x:bool):
+        def onSaveWithImageDataClick(x: bool):
             self._config['store_data'] = x
             self.actions.saveWithImageData.setChecked(x)
 
@@ -255,7 +255,6 @@ class MainWindow(QtWidgets.QMainWindow):
         )
         saveWithImageData.setChecked(self._config['store_data'])
 
-
         close = action('&Close', self.closeFile, shortcuts['close'], 'close',
                        'Close current file')
         color1 = action('Polygon &Line Color', self.chooseColor1,