Skip to content

Commit

Permalink
utilities removed
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto authored and zilto committed Mar 4, 2024
1 parent d4e9330 commit 86736c0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_driver_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,8 @@
],
}

from hamilton import graph_types


def test_export_execution():
dr = driver.Builder().with_modules(no_parallel).build()
g = graph_types.HamiltonGraph.from_graph(dr.graph)
for n in g.nodes:
print(n.name, n.version)
json_str = dr.export_execution(["final"])
assert json_str == json.dumps(EXPECTED_JSON)

0 comments on commit 86736c0

Please sign in to comment.