You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some type checker errors in network module (#534)
* Annotate PeriodicMessageTask in NmtMaster and NmtSlave.
* Type annotate Network.notifier.
* Remove duplicate initialization of PeriodicMessageTask._task.
The attribute is set within the method directly following. So there
is no need to initialize it to None before, only to confuse type
checkers.
0 commit comments