mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
6 lines
225 B
Text
6 lines
225 B
Text
|
Import pydantic objects from the `_pydantic_compat` module.
|
||
|
|
||
|
This allows `check_pydantic_models.py` to mock those pydantic objects
|
||
|
only in the synapse module, and not interfere with pydantic objects in
|
||
|
external dependencies.
|