summaryrefslogtreecommitdiff
path: root/django/utils/termcolors.py
diff options
context:
space:
mode:
authorRamin Farajpour Cami <ramin.blackhat@gmail.com>2016-11-12 20:41:23 +0330
committerTim Graham <timograham@gmail.com>2016-11-14 12:30:46 -0500
commit967be82443b5640d61608a89897d8ce2bc44fa54 (patch)
tree9905e1156e27aa3d1226da3dde1223a5087b0d55 /django/utils/termcolors.py
parent6072de727f0ffa7bf0aa67aadba5d4589561974d (diff)
Fixed E305 flake8 warnings.
Diffstat (limited to 'django/utils/termcolors.py')
-rw-r--r--django/utils/termcolors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/termcolors.py b/django/utils/termcolors.py
index c7b63336b4..87ed8c1187 100644
--- a/django/utils/termcolors.py
+++ b/django/utils/termcolors.py
@@ -69,6 +69,7 @@ def make_style(opts=(), **kwargs):
"""
return lambda text: colorize(text, opts, **kwargs)
+
NOCOLOR_PALETTE = 'nocolor'
DARK_PALETTE = 'dark'
LIGHT_PALETTE = 'light'