diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-09-03 09:43:11 +0100 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-09-03 09:43:11 +0100 |
commit | c6eafdfbaf5b4c7ffd525ad014b6cf075c6a0afa (patch) | |
tree | 216590ceb6e0242d17d45cf66e1cc689ea03f736 /synapse/util | |
parent | Set status message for ratelimit error responses (diff) | |
download | synapse-c6eafdfbaf5b4c7ffd525ad014b6cf075c6a0afa.tar.xz |
Add copyright notices and fix pyflakes errors
Diffstat (limited to 'synapse/util')
-rw-r--r-- | synapse/util/logutils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/util/logutils.py b/synapse/util/logutils.py index b94a749786..3d7c46ae44 100644 --- a/synapse/util/logutils.py +++ b/synapse/util/logutils.py @@ -19,7 +19,6 @@ from functools import wraps import logging import inspect -import traceback def log_function(f): |