diff options
Diffstat (limited to 'astroid/arguments.py')
-rw-r--r-- | astroid/arguments.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/astroid/arguments.py b/astroid/arguments.py index 508f4f85..d0eb40e8 100644 --- a/astroid/arguments.py +++ b/astroid/arguments.py @@ -12,7 +12,6 @@ from astroid import nodes from astroid import util - class CallSite(object): """Class for understanding arguments passed into a call site |