mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
|
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.
|