We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4680a commit ed8147eCopy full SHA for ed8147e
1 file changed
spynnaker/pyNN/__init__.py
@@ -52,8 +52,8 @@
52
from spinn_front_end_common.utilities.exceptions import (
53
ConfigurationException)
54
55
-# Self import to check if copied into pyNN.spiNNaker
56
-import spynnaker.pyNN as _sim
+# Self import to check files if copied into pyNN.spiNNaker
+import spynnaker.pyNN as _sim # pylint disable=import-self
57
58
from spynnaker.pyNN.exceptions import SpynnakerException
59
0 commit comments