0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 22:23:50 +01:00

fix pyflakes

This commit is contained in:
Erik Johnston 2015-01-22 15:57:08 +00:00
parent b390bf39f2
commit 73dd81ca62

View file

@ -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.