]> git.cworth.org Git - turbot/commit
Use empty list instead of empty tuple in a few places
authorCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 08:25:01 +0000 (00:25 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 8 Jan 2022 08:25:01 +0000 (00:25 -0800)
commitb89aeccacf69d84ace0bd0ac714608547037f161
treed118c94429626c7f5f37e9af6082f3ec92a3cd8b
parenta9f4ac01df4aca618a8e059f4eddcc4f80eb3a1f
Use empty list instead of empty tuple in a few places

I don't think the type actually mattered anywhere here, but it might have.
(Leave it to python and its annoying type unsafety to be unhelpful here.)
turbot/interaction.py