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_config/test_assets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_config/test_assets.py') diff --git a/tests/test_config/test_assets.py b/tests/test_config/test_assets.py index cfd786c5d..3cfea7fe4 100644 --- a/tests/test_config/test_assets.py +++ b/tests/test_config/test_assets.py @@ -820,7 +820,7 @@ class TestPackageOverrides(unittest.TestCase): self.assertEqual(loader._got_source, 'whatever') -class AssetSourceIntegrationTests(object): +class AssetSourceIntegrationTests: def test_get_filename(self): source = self._makeOne('') self.assertEqual( -- cgit v1.2.3