Commit 42d5aa2
committed
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.1 parent 76c764c commit 42d5aa2
2 files changed
Lines changed: 0 additions & 33 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 135 | | |
158 | 136 | | |
159 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | 178 | | |
190 | 179 | | |
191 | 180 | | |
| |||
0 commit comments