diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-11-14 08:13:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 08:13:11 -0500 |
commit | fb66fae84b165e7bd132bc7cbc5732485ceee827 (patch) | |
tree | c28f4fd1d572dd7497e0f181eb9bc05d8053edcb /synapse/storage/databases/main/events.py | |
parent | Bump gitpython from 3.1.27 to 3.1.29 (#14429) (diff) | |
download | synapse-fb66fae84b165e7bd132bc7cbc5732485ceee827.tar.xz |
Clean-up events persistance code (#14411)
By removing unused variables and making some arguments required which are always provided.
Diffstat (limited to 'synapse/storage/databases/main/events.py')
-rw-r--r-- | synapse/storage/databases/main/events.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/synapse/storage/databases/main/events.py b/synapse/storage/databases/main/events.py |