diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-29 16:41:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-04-29 16:41:04 +0100 |
commit | 4a3a9597f500fe62a4ab4dd2af966ee704fbea02 (patch) | |
tree | ba0f7c76e176dc7c427798cca2fabc27f7af57e5 /mypy.ini | |
parent | Newsfile (diff) | |
parent | Merge tag 'v1.33.0rc2' into develop (diff) | |
download | synapse-4a3a9597f500fe62a4ab4dd2af966ee704fbea02.tar.xz |
Merge remote-tracking branch 'origin/develop' into erikj/test_send
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index 32e6197409..a40f705b76 100644 --- a/mypy.ini +++ b/mypy.ini @@ -41,7 +41,6 @@ files = synapse/push, synapse/replication, synapse/rest, - synapse/secrets.py, synapse/server.py, synapse/server_notices, synapse/spam_checker_api, |