Author: Matti Picus <matti.pi...@gmail.com>
Branch: unicode-utf8-py3
Changeset: r95571:3261a5cea1ed
Date: 2019-01-02 23:54 +0200
http://bitbucket.org/pypy/pypy/changeset/3261a5cea1ed/

Log:    remove uneeded import

diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/std/newformat.py
--- a/pypy/objspace/std/newformat.py
+++ b/pypy/objspace/std/newformat.py
@@ -10,8 +10,6 @@
 from rpython.rlib.rfloat import formatd
 from rpython.rlib.rarithmetic import r_uint, intmask
 from pypy.interpreter.signature import Signature
-from pypy.interpreter import unicodehelper
-
 
 @specialize.argtype(1)
 @jit.look_inside_iff(lambda space, s, start, end:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to