mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-18 11:06:36 +00:00
fixup: syntax
This commit is contained in:
parent
a5509612d1
commit
b372fda4c0
@ -1,7 +1,7 @@
|
|||||||
from functools import wraps
|
from functools import wraps
|
||||||
|
|
||||||
|
|
||||||
def CancelExecution(*args, *, retry=None, **kwargs):
|
def CancelExecution(*args, retry=None, **kwargs):
|
||||||
from huey import CancelExecution as cancel
|
from huey import CancelExecution as cancel
|
||||||
return cancel(retry, *args, **kwargs)
|
return cancel(retry, *args, **kwargs)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user