mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-24 10:01:33 +00:00
...
This commit is contained in:
parent
ba554fb01d
commit
74a6cdb3bb
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ def func_with_args(*names):
|
|||
for name in names:
|
||||
if args_funcs.setdefault(name, f) is not f:
|
||||
raise ValueError('the args_func {} is being redefined'.format(name))
|
||||
args_funcs[name] = f
|
||||
return f
|
||||
|
||||
return w
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue