diff options
author | David Robertson <davidr@element.io> | 2022-03-04 11:58:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-04 11:58:49 +0000 |
commit | 4aeb00ca20a0d9dbb2a104591aca081c723eb6d9 (patch) | |
tree | 8029510b249bc8019cb28d209656af6fd6041ba7 /tox.ini | |
parent | Spread out sending device lists to remote hosts (#12132) (diff) | |
download | synapse-4aeb00ca20a0d9dbb2a104591aca081c723eb6d9.tar.xz |
Move synctl into `synapse._scripts` and expose as an entrypoint (#12140)
Diffstat (limited to '')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index 04d282a705..f1f96b27ea 100644 --- a/tox.ini +++ b/tox.ini @@ -42,7 +42,6 @@ lint_targets = scripts-dev stubs contrib - synctl synmark .ci docker |