diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-02-14 12:49:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 12:49:40 -0500 |
commit | 10027c80b031f1e62b47cd61c534420673f49a71 (patch) | |
tree | 73652ba5b9350bf444b03fb6752451b2252bd18c /synapse/spam_checker_api | |
parent | contrib/docker: Ensure correct encoding and locale settings on DB creation (#... (diff) | |
download | synapse-10027c80b031f1e62b47cd61c534420673f49a71.tar.xz |
Add type hints to the spam check module (#6915)
Add typing information to the spam checker modules.
Diffstat (limited to 'synapse/spam_checker_api')
-rw-r--r-- | synapse/spam_checker_api/__init__.py | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/synapse/spam_checker_api/__init__.py b/synapse/spam_checker_api/__init__.py |