diff options
Diffstat (limited to 'astroid/context.py')
-rw-r--r-- | astroid/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/context.py b/astroid/context.py index 44f54e34..6497e7d8 100644 --- a/astroid/context.py +++ b/astroid/context.py @@ -15,8 +15,8 @@ # # You should have received a copy of the GNU Lesser General Public License along # with astroid. If not, see <http://www.gnu.org/licenses/>. - """Various context related utilities, including inference and call contexts.""" + import contextlib import pprint |