You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused, outdated division operators on jpl_units.
Py3 doesn't have `__div__`, it has `__truediv__` and `__floordiv__`.
Given that no one has ever complained about this, I am going to boldly
claim that no one is using division of jpl_units on Py3, and just delete
them without providing replacements.
0 commit comments