summaryrefslogtreecommitdiff
path: root/astroid/arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'astroid/arguments.py')
-rw-r--r--astroid/arguments.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/astroid/arguments.py b/astroid/arguments.py
index 949783af..8f4ea2f7 100644
--- a/astroid/arguments.py
+++ b/astroid/arguments.py
@@ -16,13 +16,14 @@
# You should have received a copy of the GNU Lesser General Public License along
# with astroid. If not, see <http://www.gnu.org/licenses/>.
+import six
+
from astroid import bases
from astroid import context as contextmod
from astroid import exceptions
from astroid import nodes
from astroid import util
-import six
class CallSite(object):