From 30edd2387d5d5c1a266956434ebaed59ccfb923f Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Fri, 16 Mar 2001 08:29:48 +0000 Subject: Whitespace normalization. --- Lib/inspect.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'Lib/inspect.py') diff --git a/Lib/inspect.py b/Lib/inspect.py index a7c78597da..57f991c598 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) - - -- cgit v1.2.1