diff options
| author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-06-10 08:30:14 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-10 08:30:14 -0400 | 
| commit | 84cd0fe4e2c45fe3aaa03e74b5c90fc8382ac277 (patch) | |
| tree | 21372bdb5003762b8f7b5b6ce3e22e130a181a57 /contrib/graph/graph.py | |
| parent | Stop depending on `room_id` to be returned for children state in the hierarch... (diff) | |
| download | synapse-84cd0fe4e2c45fe3aaa03e74b5c90fc8382ac277.tar.xz | |
Fix-up the contrib/graph scripts. (#13013)
* Clarifies comments and documentation. * Adds type-hints. * Fixes Python 3 compatibility (and runs pyupgrade). * Updates for changes in Synapse internals.
Diffstat (limited to '')
| -rw-r--r-- | contrib/graph/graph.py | 35 | 
1 files changed, 20 insertions, 15 deletions
| diff --git a/contrib/graph/graph.py b/contrib/graph/graph.py | 
