diff options
author | Erik Johnston <erik@matrix.org> | 2015-07-09 16:02:07 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-07-09 16:02:07 +0100 |
commit | f0979afdb0b0b8f96730a97cf0b51de6024cabda (patch) | |
tree | b794bcdf4d4e8de6b187935f9179b6033f863f68 /synapse/handlers | |
parent | Integer timestamps (diff) | |
download | synapse-f0979afdb0b0b8f96730a97cf0b51de6024cabda.tar.xz |
Remove spurious comment
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/receipts.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/handlers/receipts.py b/synapse/handlers/receipts.py index 403c1c8491..f847360d0c 100644 --- a/synapse/handlers/receipts.py +++ b/synapse/handlers/receipts.py @@ -13,8 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Contains handlers for federation events.""" - from ._base import BaseHandler from twisted.internet import defer |