PEP8 tweaks.

This commit is contained in:
Erik Johnston 2014-08-27 14:19:39 +01:00
parent 47519cd8c2
commit 77a255c7c3
5 changed files with 12 additions and 10 deletions

View file

@ -121,7 +121,6 @@ class StreamToken(
str(self.presence_key),
])
def copy_and_replace(self, key, new_value):
d = self._asdict()
d[key] = new_value