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
Hi, All we need to do it update the init file.
from __all__ = ['pyre', 'zbeacon', 'zhelper']
to __all__ = ['pyre', 'Pyre', 'PyreEvent', 'zbeacon', 'zhelper']
Should I make a pull request for it? Or do you think such a small change can be added to the next release
Hello,
When I write the following code
from pyre import Pyre
I get a weak warning from pycharm saying "Pyre is not declared in all"
The text was updated successfully, but these errors were encountered: