diff options
Diffstat (limited to 'Lib/turtle.py')
| -rw-r--r-- | Lib/turtle.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/turtle.py b/Lib/turtle.py index 54f0efa..e542bc9 100644 --- a/Lib/turtle.py +++ b/Lib/turtle.py @@ -104,7 +104,6 @@ import math import time import inspect import sys -import warnings from os.path import isfile, split, join from copy import deepcopy |
