diff options
Diffstat (limited to 'Lib/test/test_binop.py')
-rw-r--r-- | Lib/test/test_binop.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_binop.py b/Lib/test/test_binop.py index b1ef626..8ae8f42 100644 --- a/Lib/test/test_binop.py +++ b/Lib/test/test_binop.py @@ -207,9 +207,6 @@ class Rat(object): """Compare two Rats for inequality.""" return not self == other - # Silence Py3k warning - __hash__ = None - class RatTestCase(unittest.TestCase): """Unit tests for Rat class and its support utilities.""" |