Remove inherit from object

This commit is contained in:
Alex Forencich
2020-12-24 14:44:42 -08:00
parent 7582067929
commit fcf6374c3c
8 changed files with 17 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ from cocotb.regression import TestFactory
from cocotbext.axi import AxiLiteMaster, AxiLiteRam
class TB(object):
class TB:
def __init__(self, dut):
self.dut = dut