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/push | |
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/push')
-rw-r--r-- | synapse/push/pusherpool.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/push/pusherpool.py b/synapse/push/pusherpool.py index 85621f33ef..a1436f3930 100644 --- a/synapse/push/pusherpool.py +++ b/synapse/push/pusherpool.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright 2015, 2016 OpenMarket Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); |