瀏覽代碼

Code formatting.

Dan Helfman 2 年之前
父節點
當前提交
c9742e1d04
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      borgmatic/commands/arguments.py

+ 3 - 1
borgmatic/commands/arguments.py

@@ -787,7 +787,9 @@ def make_parsers():
         '--repository',
         '--repository',
         help='Path of repository to break the lock for, defaults to the configured repository if there is only one',
         help='Path of repository to break the lock for, defaults to the configured repository if there is only one',
     )
     )
-    break_lock_group.add_argument('-h', '--help', action='help', help='Show this help message and exit')
+    break_lock_group.add_argument(
+        '-h', '--help', action='help', help='Show this help message and exit'
+    )
 
 
     borg_parser = subparsers.add_parser(
     borg_parser = subparsers.add_parser(
         'borg',
         'borg',