summary refs log tree commit diff
path: root/synapse/util
diff options
context:
space:
mode:
authorMark Haines <mark.haines@matrix.org>2014-09-03 09:43:11 +0100
committerMark Haines <mark.haines@matrix.org>2014-09-03 09:43:11 +0100
commitc6eafdfbaf5b4c7ffd525ad014b6cf075c6a0afa (patch)
tree216590ceb6e0242d17d45cf66e1cc689ea03f736 /synapse/util
parentSet status message for ratelimit error responses (diff)
downloadsynapse-c6eafdfbaf5b4c7ffd525ad014b6cf075c6a0afa.tar.xz
Add copyright notices and fix pyflakes errors
Diffstat (limited to 'synapse/util')
-rw-r--r--synapse/util/logutils.py1
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):