Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Oct 16, 2024
1 parent c2b4f1b commit 88b5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moler/device/unixremote3.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def __init__(
initial_state=initial_state,
lazy_cmds_events=lazy_cmds_events,
)
self._log(level=logging.WARNING, msg="Experimental device. Maybe deleted at any moment. Please don't use it in your scripts.")
self._log(level=logging.WARNING, msg="Experimental device. May be deleted at any moment. Please don't use it in your scripts.")

def _prepare_sm_data(self, sm_params):
self._prepare_dicts_for_sm(sm_params=sm_params)
Expand Down

0 comments on commit 88b5a20

Please sign in to comment.