]> git.cworth.org Git - turbot/commit
Drop unused initialization of submission_handlers dictionary
authorCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2020 20:38:40 +0000 (13:38 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Oct 2020 20:38:40 +0000 (13:38 -0700)
commit604726e8bba798d609253f9b1e8bb88fafa7062c
tree729fb9fe1f2abae73cbb0cae5682e6329ffd2cb1
parente23edacac246ac96418cdfe97469402341fe2ec0
Drop unused initialization of submission_handlers dictionary

We don't use this dictionary with any statically-initialized keys,
(such as "new_hunt" as we have it here). Instead, this dictionary is
populated dynamically with keys that are view IDs. So we can just drop
this initialization here and everything continues to work as is.
turbot/actions.py