PEP8: fix E201: whitespace after '('
[metze/samba/wip.git] / python / samba / netcmd / ou.py
index c5fe6ce75d8fa55572d2427121eacf71b000cc4e..a34be62f4790230678fcb3dfe8f0d22f494447fe 100644 (file)
@@ -233,7 +233,7 @@ class cmd_listobjects(Command):
                action='store_true', help="List objects recursively."),
     ]
 
-    takes_args = [ "ou_dn" ]
+    takes_args = ["ou_dn" ]
     takes_optiongroups = {
         "sambaopts": options.SambaOptions,
         "credopts": options.CredentialsOptions,