removed (confusing/spurious) types, should be in .pyi file
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 15 Sep 2020 10:06:55 +0000 (11:06 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Tue, 15 Sep 2020 10:06:55 +0000 (11:06 +0100)
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