pendulum
pendulum copied to clipboard
mypy: implicit_reexport
Either this or an explicit __all__
is needed to be able to use type hints in a strict setting without the using application setting this up themselves in their own mypy.ini
. As is there are errors such as error: Name "pendulum.DateTime" is not defined [name-defined]
.