0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 20:43:45 +02:00
synapse/synapse/api
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
..
__init__.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
auth_blocking.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
constants.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
errors.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
filtering.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
ratelimiting.py Make RateLimiter class check for ratelimit overrides (#9711) 2021-03-30 12:06:09 +01:00
room_versions.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
urls.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00