Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: 
Changeset: r97302:8a5b5159abd4
Date: 2019-08-26 21:15 +0200
http://bitbucket.org/pypy/pypy/changeset/8a5b5159abd4/

Log:    remove duplicate import

diff --git a/rpython/rlib/rbigint.py b/rpython/rlib/rbigint.py
--- a/rpython/rlib/rbigint.py
+++ b/rpython/rlib/rbigint.py
@@ -296,7 +296,6 @@
     def fromstr(s, base=0, allow_underscores=False):
         """As string_to_int(), but ignores an optional 'l' or 'L' suffix
         and returns an rbigint."""
-        from rpython.rlib.rstring import NumberStringParser
         from rpython.rlib.rstring import NumberStringParser, \
             strip_spaces
         s = literal = strip_spaces(s) # XXX could get rid of this slice
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to