mirror of
https://github.com/Telecominfraproject/oopt-gnpy.git
synced 2025-11-02 02:57:52 +00:00
PEP 484 says that `float` also implicitly allows `int`, so there's no need to use `Union[int | float]`. Fixes: #450 Change-Id: Ib1aeda4c13ffabd47719c1e0886e9ebcf21a64e0