summaryrefslogtreecommitdiff
path: root/astroid/objects.py
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-28 22:00:11 +0300
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-05-28 22:00:11 +0300
commita1832df5727d24fbdb1ce362dec64bde619ca2f0 (patch)
treea640f7a60ccfa88cb7389446cbbd9323468f8d0e /astroid/objects.py
parentadbf48b73e97905dc38583480fa663870c4ea1e2 (diff)
downloadastroid-a1832df5727d24fbdb1ce362dec64bde619ca2f0.tar.gz
Remove unused import.
Diffstat (limited to 'astroid/objects.py')
-rw-r--r--astroid/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/objects.py b/astroid/objects.py
index 89a0229..ac68980 100644
--- a/astroid/objects.py
+++ b/astroid/objects.py
@@ -32,7 +32,7 @@ import six
from astroid import MANAGER
from astroid.bases import (
BUILTINS, NodeNG, Instance, _infer_stmts,
- BoundMethod, UnboundMethod,
+ BoundMethod,
)
from astroid.exceptions import SuperError, NotFoundError, MroError
from astroid.node_classes import const_factory