Skip to content
Snippets Groups Projects
Commit 46422c74 authored by Philipp Spilger's avatar Philipp Spilger
Browse files

Fix pylint errors in neuron_reset_vector.py test

Change-Id: I35f4ec6a953d36d971f4fcfeceb2a0ea39111b75
parent 92b03051
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,9 @@ import unittest
from typing import ClassVar
from dlens_vx_v2.hal import Barrier, NeuronConfig, SpikeCounterReset
from dlens_vx_v2.halco import iter_all, PPUOnDLS, BarrierOnFPGA, JTAGIdCodeOnDLS,\
NeuronConfigOnDLS, SpikeCounterReadOnDLS, SpikeCounterResetOnDLS
from dlens_vx_v2.halco import iter_all, PPUOnDLS, BarrierOnFPGA, \
JTAGIdCodeOnDLS, NeuronConfigOnDLS, SpikeCounterReadOnDLS, \
SpikeCounterResetOnDLS
from dlens_vx_v2.hxcomm import ManagedConnection
from dlens_vx_v2.sta import generate, DigitalInit, run, \
PlaybackProgramBuilder
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment