aboutsummaryrefslogtreecommitdiff
path: root/rh/results.py
diff options
context:
space:
mode:
Diffstat (limited to 'rh/results.py')
-rw-r--r--rh/results.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/rh/results.py b/rh/results.py
index bdf7626..a7a4b49 100644
--- a/rh/results.py
+++ b/rh/results.py
@@ -51,11 +51,6 @@ class HookResult(object):
def __bool__(self):
return bool(self.error)
- # pylint: disable=nonzero-method
- def __nonzero__(self):
- """Python 2/3 glue."""
- return self.__bool__()
-
def is_warning(self):
return False