summaryrefslogtreecommitdiffstats
path: root/Lib/_pylong.py
diff options
context:
space:
mode:
authorAlex Waygood <Alex.Waygood@Gmail.com>2023-03-08 11:45:38 (GMT)
committerGitHub <noreply@github.com>2023-03-08 11:45:38 (GMT)
commit401d7a7f009ca2e282b1a0d1b880dc602afd39dc (patch)
tree654bd90d629a163295682e5e9f3c3aad8d047143 /Lib/_pylong.py
parent7d801f245e2021d19daff105ce722f22aa844391 (diff)
downloadcpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.zip
cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.tar.gz
cpython-401d7a7f009ca2e282b1a0d1b880dc602afd39dc.tar.bz2
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Diffstat (limited to 'Lib/_pylong.py')
-rw-r--r--Lib/_pylong.py1
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