From c6eafdfbaf5b4c7ffd525ad014b6cf075c6a0afa Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 3 Sep 2014 09:43:11 +0100 Subject: Add copyright notices and fix pyflakes errors --- synapse/util/logutils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/util/logutils.py') 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): -- cgit 1.4.1