[CODE QUALITY]

pull/339/head
Kye 1 year ago committed by evelynmitchell
parent 61bbba4117
commit 39d61cd4de

@ -72,6 +72,10 @@ __all__ = [
>>>>>>> 1df42a3 ([BUGFIX][Conversation] [swarm.tools])
=======
"Task",
<<<<<<< HEAD
"block"
>>>>>>> 8e1a024 ([FEATS] [BlockList] [BlockDict] [block])
=======
"block",
>>>>>>> 4055db3 ([CODE QUALITY])
]

@ -19,6 +19,7 @@ def block(
Returns:
Callable[..., Any]: The transformed function.
"""
def wrapper(*args, **kwargs):
# Here you can add code to execute the function on various hardwares
# For now, we'll just call the function normally

Loading…
Cancel
Save