diff options
author | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-05-28 22:00:11 +0300 |
---|---|---|
committer | Claudiu Popa <cpopa@cloudbasesolutions.com> | 2015-05-28 22:00:11 +0300 |
commit | 31e260549b7b848f90d571f8038005345d7fd883 (patch) | |
tree | bdd89e23c0ed53d003b78d0ab6a2db49fa60c359 /astroid/objects.py | |
parent | d5f32239fa213aa8c58cdcb8c8490c5f38c0bf21 (diff) | |
download | astroid-git-31e260549b7b848f90d571f8038005345d7fd883.tar.gz |
Remove unused import.
Diffstat (limited to 'astroid/objects.py')
-rw-r--r-- | astroid/objects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/objects.py b/astroid/objects.py index 89a02296..ac689808 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 |