diff options
Diffstat (limited to 'coverage/backward.py')
-rw-r--r-- | coverage/backward.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coverage/backward.py b/coverage/backward.py index d93ed478..3b21fc99 100644 --- a/coverage/backward.py +++ b/coverage/backward.py @@ -217,9 +217,6 @@ except ImportError: items = ("{}={!r}".format(k, self.__dict__[k]) for k in keys) return "{}({})".format(type(self).__name__, ", ".join(items)) - def __eq__(self, other): - return self.__dict__ == other.__dict__ - def format_local_datetime(dt): """Return a string with local timezone representing the date. |