From: Luke Kenneth Casson Leighton Date: Thu, 24 Sep 2020 12:27:33 +0000 (+0100) Subject: brackets round imports looks cleaner? X-Git-Tag: 24jan2021_ls180~334 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46dd0e211c8d1bd41b268386643520c581d90b77;p=soc.git brackets round imports looks cleaner? --- diff --git a/src/soc/experiment/alu_fsm.py b/src/soc/experiment/alu_fsm.py index 70dbb9bb..51f04950 100644 --- a/src/soc/experiment/alu_fsm.py +++ b/src/soc/experiment/alu_fsm.py @@ -27,8 +27,8 @@ from soc.fu.base_input_record import CompOpSubsetBase from soc.decoder.power_enums import (MicrOp, Function) from nmutil.gtkw import write_gtkw -from nmutil.sim_tmp_alternative import Simulator, is_engine_pysim, \ - nmigen_sim_top_module +from nmutil.sim_tmp_alternative import (Simulator, is_engine_pysim, + nmigen_sim_top_module) class CompFSMOpSubset(CompOpSubsetBase):