diff options
| author | Richard van der Hoff <richard@matrix.org> | 2017-10-23 15:56:38 +0100 |
|---|---|---|
| committer | Richard van der Hoff <richard@matrix.org> | 2017-10-23 15:56:38 +0100 |
| commit | 0be99858f34165258af5d2865818f5baee35118b (patch) | |
| tree | 9090c6c6f5ba5566786b8654cee07b3c3acd97c8 | |
| parent | replace 'except:' with 'except Exception:' (diff) | |
| download | synapse-0be99858f34165258af5d2865818f5baee35118b.tar.xz | |
fix vars named `l`
E741 says "do not use variables named ‘l’, ‘O’, or ‘I’".
| -rw-r--r-- | synapse/util/__init__.py | 6 | ||||
| -rw-r--r-- | synapse/util/wheel_timer.py | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/synapse/util/__init__.py b/synapse/util/__init__.py |
