We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2354b2 commit 1f830aaCopy full SHA for 1f830aa
2 files changed
duckdb/query_graph/__init__.py
@@ -1,3 +1,3 @@
1
-from .__main__ import translate_json_to_html # noqa: D104
+from .__main__ import ProfilingInfo # noqa: D104
2
3
-__all__ = ["translate_json_to_html"]
+__all__ = ["ProfilingInfo"]
0 commit comments