mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 10:06:05 -04:00
PEP8 tweaks.
This commit is contained in:
parent
47519cd8c2
commit
77a255c7c3
5 changed files with 12 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue