summary refs log tree commit diff
path: root/tests/rest/client/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rest/client/test_models.py')
-rw-r--r--tests/rest/client/test_models.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/rest/client/test_models.py b/tests/rest/client/test_models.py

index f14585ccac..75479e6235 100644 --- a/tests/rest/client/test_models.py +++ b/tests/rest/client/test_models.py
@@ -19,8 +19,7 @@ # # import unittest as stdlib_unittest - -from typing_extensions import Literal +from typing import Literal from synapse._pydantic_compat import BaseModel, ValidationError from synapse.types.rest.client import EmailRequestTokenBody