summaryrefslogtreecommitdiff
path: root/tests/logging_tests/logconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/logging_tests/logconfig.py')
-rw-r--r--tests/logging_tests/logconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/logging_tests/logconfig.py b/tests/logging_tests/logconfig.py
index 93b0186590..35999989fb 100644
--- a/tests/logging_tests/logconfig.py
+++ b/tests/logging_tests/logconfig.py
@@ -18,4 +18,4 @@ class MyEmailBackend(BaseEmailBackend):
class CustomExceptionReporter(ExceptionReporter):
def get_traceback_text(self):
- return 'custom traceback text'
+ return "custom traceback text"