mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix typo
This commit is contained in:
parent
cf42e8fa44
commit
08a9cb2073
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ def deprecated(new_destination):
|
|||
stacklevel=4
|
||||
)
|
||||
return decorated_func(*args, **kwargs)
|
||||
return wrapper-
|
||||
return wrapper
|
||||
|
||||
if func is None:
|
||||
return _decorator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue