diff options
author | David Robertson <davidr@element.io> | 2022-04-26 11:53:37 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-26 11:53:37 +0100 |
commit | 6b9e95015b39898011991a73051a71cb7dab3d1f (patch) | |
tree | d8af97c2e0b38d96576acdcf418d2866cc167636 /scripts-dev | |
parent | Another set of changelog updates (diff) | |
download | synapse-6b9e95015b39898011991a73051a71cb7dab3d1f.tar.xz |
Lint the release script
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/release.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts-dev/release.py b/scripts-dev/release.py index 725e8f0479..9d7c7c445f 100755 --- a/scripts-dev/release.py +++ b/scripts-dev/release.py @@ -31,7 +31,6 @@ import attr import click import commonmark import git - from click.exceptions import ClickException from github import Github from packaging import version |