Remove SYNAPSE_USE_FROZEN_DICTS
environment variable
#4560
Annotations
3 errors
Run ruff check:
synapse/events/__init__.py#L25
synapse/events/__init__.py:25:8: F401 `os` imported but unused
|
Run ruff check:
synapse/events/__init__.py#L51
synapse/events/__init__.py:51:38: F401 `synapse.util.stringutils.strtobool` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
|
Run ruff check
Process completed with exit code 1.
|
Loading