summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-27 13:56:53 +0200
committerClaudiu Popa <cpopa@cloudbasesolutions.com>2015-03-27 13:56:53 +0200
commitc6960897779e3f757ae40cebd6ad6b4ac3dafafe (patch)
tree609ef2c3722d2cbb65e098c901169b620aaf8b01
parentd399484b194731c3983440df79663644e94469fb (diff)
downloadastroid-c6960897779e3f757ae40cebd6ad6b4ac3dafafe.tar.gz
Remove trailing whitespace.
-rw-r--r--astroid/tests/unittest_regrtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/tests/unittest_regrtest.py b/astroid/tests/unittest_regrtest.py
index eb69b34..056e77f 100644
--- a/astroid/tests/unittest_regrtest.py
+++ b/astroid/tests/unittest_regrtest.py
@@ -259,7 +259,7 @@ def test():
class A(with_metaclass(object, lala.lala)): #@
pass
- """)
+ """)
ancestors = list(node.ancestors())
if six.PY3:
self.assertEqual(len(ancestors), 1)