From: Luke Kenneth Casson Leighton Date: Tue, 15 Sep 2020 10:06:55 +0000 (+0100) Subject: removed (confusing/spurious) types, should be in .pyi file X-Git-Tag: semi_working_ecp5~35 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3ed019603d2fb34d7fb0972269cc7cb8265f677b;p=soc.git removed (confusing/spurious) types, should be in .pyi file --- diff --git a/src/soc/fu/div/fsm.py b/src/soc/fu/div/fsm.py index a761dfbc..a47fefdc 100644 --- a/src/soc/fu/div/fsm.py +++ b/src/soc/fu/div/fsm.py @@ -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