Cleanup: unused imports

This commit is contained in:
Campbell Barton
2019-03-14 15:14:43 +11:00
parent c567dd5ad9
commit 0bd45a2d51
28 changed files with 4 additions and 35 deletions

View File

@@ -116,7 +116,7 @@ def from_dict(kw_args):
kw.update(kw_args)
keymap = kw["keymap"]
if kw["keymap"] is None:
if keymap is None:
pass
elif type(keymap) is tuple:
keymap = [_keymap_fn_from_seq(keymap)]