summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2022-05-03 13:59:28 +0100
committerGitHub <noreply@github.com>2022-05-03 13:59:28 +0100
commit77dee1b451aa5c5c3644e5e4e5afefda2a44aa15 (patch)
treee6d651dff038f32c8f980694f81fe9c9273084d1 /synapse
parentminor wording fix in docstring (diff)
downloadsynapse-77dee1b451aa5c5c3644e5e4e5afefda2a44aa15.tar.xz
fix imports
broken in 5938928 :-S
Diffstat (limited to 'synapse')
-rw-r--r--synapse/events/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/events/__init__.py b/synapse/events/__init__.py

index 56c6ccc22c..c238376caf 100644 --- a/synapse/events/__init__.py +++ b/synapse/events/__init__.py
@@ -14,7 +14,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -import abcimport os +import abc +import os from typing import ( TYPE_CHECKING, Any,