From 6668e43d2d67db4574e08a9d54bd80eb105c1b28 Mon Sep 17 00:00:00 2001 From: Sergey Maranchuk Date: Fri, 17 Apr 2020 22:12:06 +0300 Subject: inheriting from `object` not necessary in py3 --- tests/test_scripts/test_proutes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_scripts/test_proutes.py') diff --git a/tests/test_scripts/test_proutes.py b/tests/test_scripts/test_proutes.py index 6ba02a7d4..a585a02aa 100644 --- a/tests/test_scripts/test_proutes.py +++ b/tests/test_scripts/test_proutes.py @@ -4,7 +4,7 @@ import unittest from . import dummy -class DummyIntrospector(object): +class DummyIntrospector: def __init__(self): self.relations = {} self.introspectables = {} -- cgit v1.2.3