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