diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-30 08:09:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 08:09:53 -0500 |
commit | 637282bb5019ce1656001927eea1be46c4854815 (patch) | |
tree | 7e9a9ba64918de5e995241a02054174ced099d75 /synapse/handlers | |
parent | Doc/move database setup instructions in install md (#8987) (diff) | |
download | synapse-637282bb5019ce1656001927eea1be46c4854815.tar.xz |
Add additional type hints to the storage module. (#8980)
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/initial_sync.py | 4 | ||||
-rw-r--r-- | synapse/handlers/sync.py | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/synapse/handlers/initial_sync.py b/synapse/handlers/initial_sync.py |