diff options
author | V02460 <V02460@gmail.com> | 2021-07-29 22:34:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 21:34:14 +0100 |
commit | b7f7ca24b1ca79426289c9c26e9314df9a0a96f6 (patch) | |
tree | 14aaaf4147e77db64fcd4405372609e6e0c79057 /synapse/_scripts | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
download | synapse-b7f7ca24b1ca79426289c9c26e9314df9a0a96f6.tar.xz |
Remove shebang line from module files (#10415)
Signed-off-by: Kai A. Hiller <V02460@gmail.com>
Diffstat (limited to 'synapse/_scripts')
-rw-r--r-- | synapse/_scripts/review_recent_signups.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/_scripts/review_recent_signups.py b/synapse/_scripts/review_recent_signups.py index 01dc0c4237..9de913db88 100644 --- a/synapse/_scripts/review_recent_signups.py +++ b/synapse/_scripts/review_recent_signups.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright 2021 The Matrix.org Foundation C.I.C. # # Licensed under the Apache License, Version 2.0 (the "License"); |