Skip to content

Commit 1f830aa

Browse files
committed
change interface to ProfilingInfo
1 parent d2354b2 commit 1f830aa

2 files changed

Lines changed: 315 additions & 297 deletions

File tree

duckdb/query_graph/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .__main__ import translate_json_to_html # noqa: D104
1+
from .__main__ import ProfilingInfo # noqa: D104
22

3-
__all__ = ["translate_json_to_html"]
3+
__all__ = ["ProfilingInfo"]

0 commit comments

Comments
 (0)