summaryrefslogtreecommitdiff
path: root/coverage/plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/plugin.py')
-rw-r--r--coverage/plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/plugin.py b/coverage/plugin.py
index 7d1b5805..fc95eeec 100644
--- a/coverage/plugin.py
+++ b/coverage/plugin.py
@@ -394,3 +394,5 @@ class FileReporter(object):
def __ge__(self, other):
return self.filename >= other.filename
+
+ __hash__ = None # This object doesn't need to be hashed.