mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
chore(frontend-python): add missing trailing comma to trace method of tracer
This commit is contained in:
@@ -35,7 +35,9 @@ class Tracer:
|
||||
|
||||
@staticmethod
|
||||
def trace(
|
||||
function: Callable, parameters: Dict[str, ValueDescription], is_direct: bool = False
|
||||
function: Callable,
|
||||
parameters: Dict[str, ValueDescription],
|
||||
is_direct: bool = False,
|
||||
) -> Graph:
|
||||
"""
|
||||
Trace `function` and create the `Graph` that represents it.
|
||||
|
||||
Reference in New Issue
Block a user