summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-04 18:43:14 +0000
committerGitHub <noreply@github.com>2022-11-04 18:43:14 +0000
commit8bcdd712b8ba471b3489d41e569276677cf6c2bd (patch)
tree257f2ad8788719f3a45bf556cc5c516cb40e9222 /synapse/storage
parentFix the trigger path for deploying documentation PRs (#14370) (diff)
downloadsynapse-8bcdd712b8ba471b3489d41e569276677cf6c2bd.tar.xz
Bump flake8-bugbear from 22.9.23 to 22.10.27 (#14329)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py
index bf42aeb8d1..69abf6fa87 100644
--- a/synapse/storage/_base.py
+++ b/synapse/storage/_base.py
@@ -50,7 +50,7 @@ class SQLBaseStore(metaclass=ABCMeta):
 
         self.external_cached_functions: Dict[str, CachedFunction] = {}
 
-    def process_replication_rows(
+    def process_replication_rows(  # noqa: B027 (no-op by design)
         self,
         stream_name: str,
         instance_name: str,