From 9bcdcbda2b5e34c204976e7b43de62f9ac7bd591 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 1 Jun 2020 18:10:07 -0500 Subject: pep8 --- test/mock.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/mock.py') diff --git a/test/mock.py b/test/mock.py index 58e8a87..c31bdf2 100644 --- a/test/mock.py +++ b/test/mock.py @@ -359,6 +359,8 @@ _deleted = sentinel.DELETED class OldStyleClass: pass + + ClassType = type(OldStyleClass) -- cgit v1.2.3