diff options
Diffstat (limited to 'Lib/_pylong.py')
-rw-r--r-- | Lib/_pylong.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/_pylong.py b/Lib/_pylong.py index d14c1d9..936346e 100644 --- a/Lib/_pylong.py +++ b/Lib/_pylong.py @@ -12,7 +12,6 @@ integers with a huge number of digits. Saving a few microseconds with tricky or non-obvious code is not worth it. For people looking for maximum performance, they should use something like gmpy2.""" -import sys import re import decimal |