Remove inherit from object
This commit is contained in:
@@ -32,7 +32,7 @@ from cocotb.triggers import RisingEdge
|
||||
from .version import __version__
|
||||
|
||||
|
||||
class PtpClock(object):
|
||||
class PtpClock:
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user