Skip to content

Conversation

@mrcrypto816
Copy link

Summary

Fix typo in filename zenoh_sesson.py - should be zenoh_session.py (missing 'i' in 'session').

Changes

  • Renamed watchdog/zenoh_sesson.py to watchdog/zenoh_session.py
  • Updated import in watchdog/watch_sensor.py from from zenoh_sesson import open_zenoh_session to from zenoh_session import open_zenoh_session

Impact

This is a simple typo fix that improves code readability and consistency. The import statement was also updated to match the corrected filename.

- Renamed watchdog/zenoh_sesson.py to watchdog/zenoh_session.py
- Updated import in watchdog/watch_sensor.py to use correct filename

Co-authored-by: openhands <openhands@all-hands.dev>
@mrcrypto816 mrcrypto816 marked this pull request as ready for review January 19, 2026 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants