diff options
author | Jason Robinson <jasonr@matrix.org> | 2021-01-09 22:00:04 +0200 |
---|---|---|
committer | Jason Robinson <jasonr@matrix.org> | 2021-01-09 22:00:04 +0200 |
commit | 2eb421b606c1ab3c720f510abbd6dc9ad25c0673 (patch) | |
tree | f69dde7b789a3c8bfe06a12a46792c92ffa05a1d /stubs/txredisapi.pyi | |
parent | Implement clearing cache after deleting forward extremities (diff) | |
parent | Keycloak mapping_provider example (#9037) (#9057) (diff) | |
download | synapse-2eb421b606c1ab3c720f510abbd6dc9ad25c0673.tar.xz |
Merge branch 'develop' into jaywink/admin-forward-extremities
Diffstat (limited to 'stubs/txredisapi.pyi')
-rw-r--r-- | stubs/txredisapi.pyi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/txredisapi.pyi b/stubs/txredisapi.pyi index 522244bb57..bfac6840e6 100644 --- a/stubs/txredisapi.pyi +++ b/stubs/txredisapi.pyi @@ -16,7 +16,7 @@ """Contains *incomplete* type hints for txredisapi. """ -from typing import List, Optional, Union, Type +from typing import List, Optional, Type, Union class RedisProtocol: def publish(self, channel: str, message: bytes): ... |