Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

A second batch of Pydantic models for rest/client/account.py #13687

Merged
merged 7 commits into from
Sep 7, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix lint
David Robertson committed Sep 5, 2022

Unverified

No user is associated with the committer email.
commit 1ed55449464a2e0303ad733869a89bdd4c34217d
2 changes: 1 addition & 1 deletion synapse/rest/client/account.py
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
from typing import TYPE_CHECKING, List, Optional, Tuple
from urllib.parse import urlparse

from pydantic import StrictBool, StrictStr, conlist, constr
from pydantic import StrictBool, StrictStr, constr

from twisted.web.server import Request