mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Fix lint.
This commit is contained in:
parent
958c08d6f5
commit
76ecdfb7bc
@ -255,9 +255,9 @@ def do_admin(options):
|
||||
return f(so)
|
||||
|
||||
|
||||
subCommands = [
|
||||
subCommands : SubCommands = [
|
||||
("admin", None, AdminCommand, "admin subcommands: use 'tahoe admin' for a list"),
|
||||
] # type: SubCommands
|
||||
]
|
||||
|
||||
dispatch = {
|
||||
"admin": do_admin,
|
||||
|
Loading…
x
Reference in New Issue
Block a user