Skip to content

Commit

Permalink
Remove unneeded old zmq-related import from LPU.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedov committed Nov 10, 2015
1 parent 06412bb commit 104e9a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neurokernel/LPU/LPU.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from pycuda.compiler import SourceModule
import pycuda.elementwise as elementwise


import numpy as np
import networkx as nx

Expand All @@ -27,7 +26,6 @@

from neurokernel.mixins import LoggerMixin
from neurokernel.core_gpu import Module, CTRL_TAG, GPOT_TAG, SPIKE_TAG
from neurokernel.tools.zmq import get_random_port

from types import *
from collections import Counter
Expand Down

0 comments on commit 104e9a0

Please sign in to comment.