[pypy-commit] pypy unicode-utf8-py3: remove uneeded import

mattip pypy.commits at gmail.com
Wed Jan 2 17:14:48 EST 2019


Author: Matti Picus <matti.picus at 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:


More information about the pypy-commit mailing list