remove unused int_rnd function (#23717)
* testing * revert Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
This commit is contained in:
parent
4c406cdbe5
commit
12b48dcfb0
|
@ -1,6 +1,3 @@
|
|||
def int_rnd(x):
|
||||
return int(round(x))
|
||||
|
||||
def clip(x, lo, hi):
|
||||
return max(lo, min(hi, x))
|
||||
|
||||
|
|
Loading…
Reference in New Issue