We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8ea6a commit b036edfCopy full SHA for b036edf
nisystemlink/clients/tag/_tag_subscription.py
@@ -46,7 +46,7 @@ def my_callback(tag: TagData, reader: TagValueReader | None):
46
# Under certain circumstances, mypy complains about the event not having a type hint
47
# unless we specify it explicitly. (But we also need to delete the attribute so that
48
# Events.__getattr__ can do its magic.)
49
- tag_changed: events._EventSlot = None # type: ignore[assignment]
+ tag_changed = None # type: events._EventSlot
50
del tag_changed
51
52
_HEARTBEAT_INTERVAL_MILLISECONDS = 30000.0
0 commit comments