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!
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!