From bc060b7f01429dd0ed2e2866dd617fb3e9353c84 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Wed, 16 Oct 2019 18:18:11 +0800 Subject: [PATCH] style --- artiq/gateware/rtio/phy/ttl_serdes_generic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artiq/gateware/rtio/phy/ttl_serdes_generic.py b/artiq/gateware/rtio/phy/ttl_serdes_generic.py index 72d3175f3..e770052c6 100644 --- a/artiq/gateware/rtio/phy/ttl_serdes_generic.py +++ b/artiq/gateware/rtio/phy/ttl_serdes_generic.py @@ -67,8 +67,8 @@ class InOut(Module): override_oe = Signal() self.overrides = [override_en, override_o, override_oe] - #: LSB of the input state (for edge detection; arbitrary choice, support for - #: short pulses will need a more involved solution). + # LSB of the input state (for edge detection; arbitrary choice, support for + # short pulses will need a more involved solution). self.input_state = Signal() # # #