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
The lib is fantastic, thanks.
One tiny thing. Is it possible to solve 'Problems' section in Visual Studio Code? Now it gives me 'Module is not callable'. Persists regardless of using install or shortcuts.
Maybe I do something wrong?
Thank you once again.
The text was updated successfully, but these errors were encountered:
You're not doing anything wrong, these are magic tricks from snoop that look strange to automated linters. To avoid 'Module is not callable', do one of these:
importsnoop@snoop.snoop
or
fromsnoopimportsnoop@snoop
install will make it possible to use snoop without importing, but linters won't know that, so you'll get errors.
The lib is fantastic, thanks.
One tiny thing. Is it possible to solve 'Problems' section in Visual Studio Code? Now it gives me 'Module is not callable'. Persists regardless of using
install
or shortcuts.Maybe I do something wrong?
Thank you once again.
The text was updated successfully, but these errors were encountered: