Commit 25228ed0 authored by Bram Schoenmakers's avatar Bram Schoenmakers

Remove unused variable

parent c13c9fb9
......@@ -118,7 +118,7 @@ class GetSubcommandTest(TopydoTest):
config("test/data/aliases.conf")
args = ["baz"]
real_cmd, final_args = get_subcommand(args)
real_cmd, _ = get_subcommand(args)
self.assertEqual(real_cmd, None)
def test_alias_quotation(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment