summaryrefslogtreecommitdiff
path: root/astroid
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-10-03 17:47:53 +0300
committerClaudiu Popa <pcmanticore@gmail.com>2015-10-03 17:47:53 +0300
commit5f8ddec3d362056d603efbf097f588d1da52c73a (patch)
tree87da07b7ece3c8621ff0cdf595139629132b0c45 /astroid
parentc9fdca3130d506a2762bdb5aafe55de34f30bcfe (diff)
downloadastroid-5f8ddec3d362056d603efbf097f588d1da52c73a.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'astroid')
-rw-r--r--astroid/node_classes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/node_classes.py b/astroid/node_classes.py
index 62b481b..f1c5592 100644
--- a/astroid/node_classes.py
+++ b/astroid/node_classes.py
@@ -1134,7 +1134,7 @@ class Slice(bases.NodeNG):
def postinit(self, lower=None, upper=None, step=None):
self.lower = lower
self.upper = upper
- self.step = step
+ self.step = step
def _wrap_attribute(self, attr):
"""Wrap the empty attributes of the Slice in a Const node."""