Skip to content

Commit f17a2b9

Browse files
committed
Remove useless future imports from Py3 code.
1 parent f2f72bb commit f17a2b9

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/quicktions.pyx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cython: language_level=3str
1+
# cython: language_level=3
22
## cython: profile=True
33

44
# Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
@@ -20,9 +20,6 @@ This is an almost-drop-in replacement for the standard library's
2020
"fractions.Fraction".
2121
"""
2222

23-
from __future__ import division, absolute_import, print_function
24-
25-
2623
__all__ = ['Fraction']
2724

2825
__version__ = '1.19'

0 commit comments

Comments
 (0)