pyre
pyre copied to clipboard
Weak warning from pycharm
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"
I'm not familiar with pycharm but if you know of a fix please make PR
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
Yes please send a PR