mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 20:54:50 -04:00
fix pyflakes
This commit is contained in:
parent
b390bf39f2
commit
73dd81ca62
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ class StateHandler(object):
|
|||
# get around circular deps.
|
||||
self.hs.get_auth().check(event, auth_events)
|
||||
return event
|
||||
except AuthError as e:
|
||||
except AuthError:
|
||||
pass
|
||||
|
||||
# Oh dear.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue