mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-21 08:54:18 -05:00
fix pyflakes
This commit is contained in:
parent
b390bf39f2
commit
73dd81ca62
@ -295,7 +295,7 @@ class StateHandler(object):
|
|||||||
# get around circular deps.
|
# get around circular deps.
|
||||||
self.hs.get_auth().check(event, auth_events)
|
self.hs.get_auth().check(event, auth_events)
|
||||||
return event
|
return event
|
||||||
except AuthError as e:
|
except AuthError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# Oh dear.
|
# Oh dear.
|
||||||
|
Loading…
Reference in New Issue
Block a user