From 85578afc4fea28adc16afdd3d7418b240357d96e Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Tue, 4 Aug 2020 17:27:37 +0300 Subject: autopep8. --- t/unit/utils/test_encoding.py | 1 + 1 file changed, 1 insertion(+) (limited to 't/unit/utils/test_encoding.py') diff --git a/t/unit/utils/test_encoding.py b/t/unit/utils/test_encoding.py index 51fc5786..3eedbb24 100644 --- a/t/unit/utils/test_encoding.py +++ b/t/unit/utils/test_encoding.py @@ -45,6 +45,7 @@ class test_default_encoding: class newbytes(bytes): """Mock class to simulate python-future newbytes class""" + def __repr__(self): return 'b' + super().__repr__() -- cgit v1.2.1