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
shared [nfc]: Import shared code consistently like web does
In the case of `poll_data.PollData` this isn't strictly necessary,
but for some other modules it's essential -- for example while
`typing_status.update` is a perfectly reasonable name, importing
that with a name of simply `update` would be terribly confusing.
Best to just be consistent.
0 commit comments