summary refs log tree commit diff
path: root/synapse/config/_base.pyi
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-23 17:28:25 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-23 17:28:25 +0100
commitf9b719fcbebc46dea2ec4086bc5a24494b014b1e (patch)
tree8aad034aaecdc9903cc5e08293bccd9dd9f7a590 /synapse/config/_base.pyi
parentMerge commit '7fdc6cefb' into anoa/dinsic_release_1_31_0 (diff)
parentFix a bug in the background task for purging chain cover. (#9583) (diff)
downloadsynapse-f9b719fcbebc46dea2ec4086bc5a24494b014b1e.tar.xz
Merge commit '918f6ed82' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'synapse/config/_base.pyi')
-rw-r--r--synapse/config/_base.pyi2
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/config/_base.pyi b/synapse/config/_base.pyi

index 5e1c9147a8..ddec356a07 100644 --- a/synapse/config/_base.pyi +++ b/synapse/config/_base.pyi
@@ -154,3 +154,5 @@ class ShardedWorkerHandlingConfig: class RoutableShardedWorkerHandlingConfig(ShardedWorkerHandlingConfig): def get_instance(self, key: str) -> str: ... + +def read_file(file_path: Any, config_path: Iterable[str]) -> str: ...