Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 14, 2024
1 parent 09df1d8 commit d515ca3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spinnman/processes/get_routes_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from functools import partial
from typing import List, Optional

from spinn_machine import MulticastRoutingEntry, Router
from spinn_machine import MulticastRoutingEntry
from spinnman.messages.scp.impl.read_memory import ReadMemory, Response
from spinnman.constants import UDP_MESSAGE_MAX_SIZE

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from spinn_machine import FixedRouteEntry, Router
from spinn_machine import FixedRouteEntry
from spinnman.messages.scp.impl import FixedRouteInit
from spinnman.processes import AbstractMultiConnectionProcess

Expand Down
1 change: 0 additions & 1 deletion spinnman/processes/load_routes_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import struct
from typing import Collection

from spinn_machine import Router
from spinn_machine.multicast_routing_entry import MulticastRoutingEntry

from spinnman.exceptions import SpinnmanInvalidParameterException
Expand Down

0 comments on commit d515ca3

Please sign in to comment.