Skip to content

Commit 0cefcae

Browse files
committed
fixup: python SCL standardise all class declarations (remove object base)
1 parent b42a909 commit 0cefcae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/exp2python/python/tests/test_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ def test_simple_enum(self):
415415
else:
416416
self.fail('ExpectedException not thrown')
417417

418-
class ob1(object):
418+
class ob1:
419419
pass
420-
class ob2(object):
420+
class ob2:
421421
pass
422422
class TestSELECT(unittest.TestCase):
423423
def test_select(self):

0 commit comments

Comments
 (0)