DataProperty
DataProperty copied to clipboard
Stop changing the default decimal precision globally
Hi,
in https://github.com/thombashi/DataProperty/blob/master/dataproperty/_function.py#L13 The decimal context is modified and the default precision is changed to 60.
It changes the global decimal behavior of any code importing your library.