summaryrefslogtreecommitdiff
path: root/tests/test_formatter.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_formatter.py')
-rw-r--r--tests/test_formatter.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_formatter.py b/tests/test_formatter.py
index 0e73ecf..0a069c7 100644
--- a/tests/test_formatter.py
+++ b/tests/test_formatter.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2013 Vinay Sajip. See LICENSE.txt for details.
+# Copyright (C) 2009-2017 Vinay Sajip. See LICENSE.txt for details.
#
import logging
import logutils
@@ -71,5 +71,3 @@ class FormatterTest(unittest.TestCase):
self.assertTrue(f.usesTime())
f = logutils.Formatter('asctime', style='$')
self.assertFalse(f.usesTime())
-
-