Skip to content

Commit 651c9ee

Browse files
committed
Refacto
1 parent 50b3059 commit 651c9ee

9 files changed

Lines changed: 477 additions & 398 deletions

File tree

pyfuse/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def get_graph() -> Graph:
3030
return Graph.default()
3131

3232

33-
3433
def serialize(*funcs: Callable[..., object] | str) -> str:
3534
"""Serialize the default graph (or a subgraph) to JSON."""
3635
return Graph.default().serialize(*funcs)

0 commit comments

Comments
 (0)