diff options
author | Quentin Gliech <quenting@element.io> | 2024-08-30 10:07:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 10:07:46 +0200 |
commit | cdd5979129211a6906ca12c4f6f6ac7a108c2fb7 (patch) | |
tree | ca4989fa07d112a120d1c1a20c97674a070a8901 /synapse/storage/_base.py | |
parent | Sliding sync: Ignore tables with no create event in current state (#17633) (diff) | |
download | synapse-cdd5979129211a6906ca12c4f6f6ac7a108c2fb7.tar.xz |
Replace isort and black with ruff (#17620)
Ruff now has decent parity with black and isort, so this is going to just save us a bunch of time
Diffstat (limited to 'synapse/storage/_base.py')
-rw-r--r-- | synapse/storage/_base.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/synapse/storage/_base.py b/synapse/storage/_base.py |