0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 20:43:45 +02:00
synapse/tests
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
..
api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
app Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
appservice Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
config Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
crypto Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
events Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
handlers Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
http Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
logging Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
module_api Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
push Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
replication Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
rest Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
scripts Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
server_notices Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
state Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
storage Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_utils Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
util 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
server.py Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
test_distributor.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_event_auth.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_federation.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_mau.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_metrics.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_phone_home.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_preview.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_server.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_state.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_terms_auth.py Use mock from the stdlib. (#9772) 2021-04-09 13:44:38 -04:00
test_test_utils.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_types.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
test_visibility.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
unittest.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
utils.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00