Skip to content

Commit

Permalink
update release note and lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Nov 18, 2024
1 parent c2b2a91 commit f8c1e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please follow the established format:
- Refactor `DatasetStatsHook` to avoid showing error when dataset doesn't have file size info (#2174)
- Fix 404 error when accessing the experiment tracking page on the demo site (#2179)
- Add check for port availability before starting Kedro Viz to prevent unintended browser redirects when the port is already in use (#2176)
- Include kedro_viz_version in telemetry. (#2194)
- Include Kedro Viz version in telemetry.. (#2194)


# Release 10.0.0
Expand Down
2 changes: 1 addition & 1 deletion package/kedro_viz/api/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def index():
env = Environment(loader=FileSystemLoader(_HTML_DIR))
if should_add_telemetry:
telemetry_content = env.get_template("telemetry.html").render(
heap_app_id=heap_app_id,
heap_app_id=heap_app_id,
heap_user_identity=heap_user_identity,
kedro_viz_version=__version__
)
Expand Down

0 comments on commit f8c1e33

Please sign in to comment.