From da5c58bb243dcd409735919a8de453b8eea71822 Mon Sep 17 00:00:00 2001 From: "H. Shay" Date: Tue, 4 Jan 2022 12:47:39 -0800 Subject: run pyupgrade --py37-plus --keep-percent-format on synapse/ --- synapse/storage/databases/main/session.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/storage/databases/main/session.py') diff --git a/synapse/storage/databases/main/session.py b/synapse/storage/databases/main/session.py index 5a97120437..e8c776b97a 100644 --- a/synapse/storage/databases/main/session.py +++ b/synapse/storage/databases/main/session.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # Copyright 2021 The Matrix.org Foundation C.I.C. # # Licensed under the Apache License, Version 2.0 (the "License"); -- cgit 1.5.1