1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-31 03:45:13 +00:00

Attempt to fix linting

This commit is contained in:
turt2live 2025-03-18 21:12:37 +00:00 committed by github-actions[bot]
parent 1029a79ee6
commit 6ce8cc06c6

View file

@ -28,7 +28,6 @@ from synapse.types import JsonDict
from synapse.util import Clock
from tests import unittest
from tests.unittest import override_config
class ReportEventTestCase(unittest.HomeserverTestCase):