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
I have searched the issues of this repo and believe that this is not a duplicate.
I have searched the documentation and believe that my question is not covered.
Feature Request
Hello / Salut!
I have two minor issues when using static typing tool :
error: "Module pendulum" does not explicitly export attribute "timezone" [attr-defined]
canada = pendulum.timezone("America/Toronto")
^~~~~~~~~~~~~~~~~
error: Name "pendulum.Period" is not defined [name-defined]
delta: pendulum.Period = time_spent[1] - time_spent[0]
^
Is is possible to explicitely re-export all needed / most-used symbols in pendulum/init.py ?
Thank you!
The text was updated successfully, but these errors were encountered:
Feature Request
Hello / Salut!
I have two minor issues when using static typing tool :
error: "Module pendulum" does not explicitly export attribute "timezone" [attr-defined]
canada = pendulum.timezone("America/Toronto")
^~~~~~~~~~~~~~~~~
error: Name "pendulum.Period" is not defined [name-defined]
delta: pendulum.Period = time_spent[1] - time_spent[0]
^
Is is possible to explicitely re-export all needed / most-used symbols in pendulum/init.py ?
Thank you!
The text was updated successfully, but these errors were encountered: