diff options
Diffstat (limited to 'Lib/inspect.py')
-rw-r--r-- | Lib/inspect.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/inspect.py b/Lib/inspect.py index a7c7859..57f991c 100644 --- a/Lib/inspect.py +++ b/Lib/inspect.py @@ -643,5 +643,3 @@ def stack(context=1): def trace(context=1): """Return a list of records for the stack below the current exception.""" return getinnerframes(sys.exc_traceback, context) - - |