removed (confusing/spurious) types, should be in .pyi file
[soc.git] / src / soc / fu / div / fsm.py
index a761dfbc3645e0038818a12525d640731ddd5a56..a47fefdc2eaac394c87b86274467c0f5a556ae54 100644 (file)
@@ -53,8 +53,6 @@ class FSMDivCoreOutputData:
 
 
 class FSMDivCorePrevControl(PrevControl):
-    data_i: CoreInputData
-
     def __init__(self, pspec):
         super().__init__()
         self.pspec = pspec
@@ -62,8 +60,6 @@ class FSMDivCorePrevControl(PrevControl):
 
 
 class FSMDivCoreNextControl(NextControl):
-    data_o: CoreOutputData
-
     def __init__(self, pspec):
         super().__init__()
         self.pspec = pspec