mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-03 11:31:58 -04:00
pep8
This commit is contained in:
parent
a21a41bad7
commit
9700d15611
4 changed files with 13 additions and 8 deletions
|
@ -385,7 +385,7 @@ class ThreepidDeleteRestServlet(RestServlet):
|
|||
yield self.auth_handler.delete_threepid(
|
||||
user_id, body['medium'], body['address']
|
||||
)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
# NB. This endpoint should succeed if there is nothing to
|
||||
# delete, so it should only throw if something is wrong
|
||||
# that we ought to care about.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue