From 3c922463a0d49779c8120d581e1f1fbf417c0974 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 15 Sep 2017 15:36:46 +0800 Subject: [PATCH] style --- artiq/gateware/rtio/sed/tsc_gate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/artiq/gateware/rtio/sed/tsc_gate.py b/artiq/gateware/rtio/sed/tsc_gate.py index 38e35081e..4114a8f3c 100644 --- a/artiq/gateware/rtio/sed/tsc_gate.py +++ b/artiq/gateware/rtio/sed/tsc_gate.py @@ -6,7 +6,6 @@ from artiq.gateware.rtio.sed import layouts __all__ = ["TSCGate"] - class TSCGate(Module): def __init__(self, lane_count, seqn_width, layout_fifo_payload, layout_output_network_payload): self.input = [Record(layouts.fifo_egress(seqn_width, layout_fifo_payload))