From: Luke Kenneth Casson Leighton Date: Tue, 15 Sep 2020 10:30:12 +0000 (+0100) Subject: remove more (confusing/spurious) types, should be in .pyi file X-Git-Tag: semi_working_ecp5~32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f0f47658ff6867695736ce8f8a6755927c80fc4;p=soc.git remove more (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 e91e318e..50c07835 100644 --- a/src/soc/fu/div/fsm.py +++ b/src/soc/fu/div/fsm.py @@ -138,7 +138,7 @@ class DivState: class FSMDivCoreStage(ControlBase): - def __init__(self, pspec: DivPipeSpec): + def __init__(self, pspec): super().__init__() self.pspec = pspec # override p and n