0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 08:38:24 +02:00
synapse/synapse/handlers
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786)
Part of #9744

Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now.

`Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
2021-04-14 15:34:27 +01:00
..
ui_auth Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
_base.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
account_data.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
account_validity.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
acme.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
acme_issuing_service.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
admin.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
appservice.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
auth.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
cas_handler.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
deactivate_account.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
device.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
devicemessage.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
directory.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
e2e_keys.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
e2e_room_keys.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
events.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
groups_local.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
identity.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
initial_sync.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
message.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
oidc_handler.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
pagination.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
password_policy.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
presence.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
profile.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
read_marker.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
receipts.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
register.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
room.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
room_list.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
room_member.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
room_member_worker.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
saml_handler.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
search.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
set_password.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
space_summary.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
sso.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state_deltas.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
stats.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
sync.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
typing.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
user_directory.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00