summaryrefslogtreecommitdiff
path: root/lib/threads
diff options
context:
space:
mode:
Diffstat (limited to 'lib/threads')
-rw-r--r--lib/threads/color.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/threads/color.py b/lib/threads/color.py
index 4a2f58e6..85c8948c 100644
--- a/lib/threads/color.py
+++ b/lib/threads/color.py
@@ -66,7 +66,7 @@ class ThreadColor(object):
return hash(self.rgb)
def __ne__(self, other):
- return not(self == other)
+ return not (self == other)
def __repr__(self):
return "ThreadColor" + repr(self.rgb)