diff options
Diffstat (limited to 'astroid/builder.py')
-rw-r--r-- | astroid/builder.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/builder.py b/astroid/builder.py index ced86d3b..9bb78b15 100644 --- a/astroid/builder.py +++ b/astroid/builder.py @@ -20,7 +20,6 @@ The builder is not thread safe and can't be used to parse different sources at the same time. """ -from __future__ import with_statement import _ast import os |