The following line: https://github.com/nebulasio/neb.py/blob/27a2541dbbe59d9d5ee260ffe808cb2b6607286a/nebpysdk/src/core/Address.py#L83 Seems totally innecessary, as it doesn't uses the return value at all and the referenced parameters aren't mutated.
The following line:
neb.py/nebpysdk/src/core/Address.py
Line 83 in 27a2541
Seems totally innecessary, as it doesn't uses the return value at all and the referenced parameters aren't mutated.