summary refs log tree commit diff
path: root/changelog.d/15533.misc
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2023-05-15 17:40:10 -0500
committerEric Eastwood <contact@ericeastwood.com>2023-05-15 17:40:10 -0500
commit55b08534a412f462251753f67308405ca4d02ebe (patch)
tree934801a2d6a7c365e56675e7bce3eadda547073d /changelog.d/15533.misc
parentExport `run_as_background_process` from the module API (#15577) (diff)
downloadsynapse-55b08534a412f462251753f67308405ca4d02ebe.tar.xz
Fix subscriptable dict type
Fix:
```
tests/test_state.py:267: error: "dict" is not subscriptable, use "typing.Dict" instead  [misc]
```

In Python 3.9, `typing` is deprecated and the types are subscriptable (generics) by default,
https://peps.python.org/pep-0585/#implementation
Diffstat (limited to 'changelog.d/15533.misc')
0 files changed, 0 insertions, 0 deletions