Skip to content

Commit

Permalink
Merge branch 'master' into number_of_boards
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya authored Oct 10, 2023
2 parents d272b33 + 211758a commit 4abf6b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spinnman/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import socket
import time
from spinn_utilities.config_holder import get_config_bool
from spinn_utilities.abstract_context_manager import AbstractContextManager
from spinn_utilities.log import FormatAdapter
from spinn_machine import CoreSubsets
from spinnman.constants import (
Expand Down Expand Up @@ -170,7 +169,7 @@ def create_transceiver_from_hostname(
power_cycle=power_cycle)


class Transceiver(AbstractContextManager):
class Transceiver(object):
"""
An encapsulation of various communications with the SpiNNaker board.
Expand Down

0 comments on commit 4abf6b1

Please sign in to comment.