From 726e882ae1dc511bf47766e8bbae0af1868340cb Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Fri, 1 Mar 2024 01:16:17 +0100 Subject: [PATCH] style: format Python code with black --- bdebstrap | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/bdebstrap b/bdebstrap index a9707f7..07c2ee0 100755 --- a/bdebstrap +++ b/bdebstrap @@ -298,15 +298,7 @@ def parse_args(args): # pylint: disable=too-many-statements ) parser.add_argument( "--mode", - choices=[ - "auto", - "sudo", - "root", - "unshare", - "fakeroot", - "fakechroot", - "chrootless", - ], + choices=["auto", "sudo", "root", "unshare", "fakeroot", "fakechroot", "chrootless"], help=( "Choose how to perform the chroot operation and create a filesystem with " "ownership information different from the current user."