mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-14 17:10:51 -05:00
Run Black. (#5482)
This commit is contained in:
parent
7dcf984075
commit
32e7c9e7f2
376 changed files with 9142 additions and 10388 deletions
|
|
@ -128,4 +128,4 @@ class TokenGenerator:
|
|||
|
||||
def generate(self, user_id):
|
||||
self._last_issued_token += 1
|
||||
return u"%s-%d" % (user_id, self._last_issued_token)
|
||||
return "%s-%d" % (user_id, self._last_issued_token)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue