diff options
Diffstat (limited to '')
-rw-r--r-- | push.py (renamed from synapse/config/pushconfig.py) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/synapse/config/pushconfig.py b/push.py index afe8aba0a8..4e5f428820 100644 --- a/synapse/config/pushconfig.py +++ b/push.py @@ -13,9 +13,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This file can't be called email.py because if it is, we cannot: -import email.utils - from ._base import Config |