diff --git a/spinnman/transceiver/base_transceiver.py b/spinnman/transceiver/base_transceiver.py index ae018c1bb..2fa7ae3b6 100644 --- a/spinnman/transceiver/base_transceiver.py +++ b/spinnman/transceiver/base_transceiver.py @@ -107,6 +107,7 @@ "reset_machine_on_startup = False in the [Machine] section of the " "relevant configuration (cfg) file to avoid this warning in future.") + class BaseTransceiver(ExtendableTransceiver, metaclass=AbstractBase): """ A base for all the code shared by all Version of the Transciever.