diff options
author | Jonathan de Jong <jonathan@automatia.nl> | 2021-04-14 16:34:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-14 15:34:27 +0100 |
commit | 4b965c862dc66c0da5d3240add70e9b5f0aa720b (patch) | |
tree | 0f4b4b35893b448a59213fa3dc8017a84ba61f5a /stubs | |
parent | Add a dockerfile for running a set of Synapse worker processes (#9162) (diff) | |
download | synapse-4b965c862dc66c0da5d3240add70e9b5f0aa720b.tar.xz |
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>`
Diffstat (limited to 'stubs')
-rw-r--r-- | stubs/frozendict.pyi | 1 | ||||
-rw-r--r-- | stubs/txredisapi.pyi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/stubs/frozendict.pyi b/stubs/frozendict.pyi index 0368ba4703..24c6f3af77 100644 --- a/stubs/frozendict.pyi +++ b/stubs/frozendict.pyi @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2020 The Matrix.org Foundation C.I.C. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/stubs/txredisapi.pyi b/stubs/txredisapi.pyi index 080ca40287..c1a06ae022 100644 --- a/stubs/txredisapi.pyi +++ b/stubs/txredisapi.pyi @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2020 The Matrix.org Foundation C.I.C. # # Licensed under the Apache License, Version 2.0 (the "License"); |