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 | a1832df5727d24fbdb1ce362dec64bde619ca2f0 (patch) | |
| tree | a640f7a60ccfa88cb7389446cbbd9323468f8d0e /astroid/objects.py | |
| parent | adbf48b73e97905dc38583480fa663870c4ea1e2 (diff) | |
| download | astroid-a1832df5727d24fbdb1ce362dec64bde619ca2f0.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 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 |
