Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
order imports correctly
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
topaz/objects/numericobject.py
|
|
@@ -1,11 +1,12 @@ |
|
|
import math |
|
|
|
|
|
from rpython.rlib.rfloat import round_away |
|
|
|
|
|
from topaz.coerce import Coerce |
|
|
from topaz.error import RubyError |
|
|
from topaz.module import ClassDef |
|
|
from topaz.modules.comparable import Comparable |
|
|
from topaz.objects.objectobject import W_Object |
|
|
from rpython.rlib.rfloat import round_away |
|
|
|
|
|
|
|
|
class W_NumericObject(W_Object): |
|
|
You can’t perform that action at this time.
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.