diff --git a/beets/ui/__init__.py b/beets/ui/__init__.py index 19ac3e1f6..be9a48603 100644 --- a/beets/ui/__init__.py +++ b/beets/ui/__init__.py @@ -780,7 +780,6 @@ class SubcommandsOptionParser(optparse.OptionParser): subargs = ['help'] return options, subargs - def parse_subcommand(self, args): """Given the `args` left unused by a `parse_global_options`, return the invoked subcommand, the subcommand options, and the