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

Commit b81faf4

Browse files
author
David Robertson
committed
Fix linter whoops
1 parent e4926c2 commit b81faf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/rest/client/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
from typing import TYPE_CHECKING, Optional
1515

16-
from pydantic import BaseModel, Extra, StrictStr, constr, validator, StrictInt
16+
from pydantic import BaseModel, Extra, StrictInt, StrictStr, constr, validator
1717

1818
from synapse.util.threepids import validate_email
1919

0 commit comments

Comments
 (0)