Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Oct 10, 2023
1 parent a3c1cfb commit f84b2a2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions spinnman/transceiver/transceiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@

# pylint: disable=too-many-arguments

from spinn_utilities.abstract_base import (
AbstractBase, abstractmethod)
from spinn_utilities.abstract_context_manager import AbstractContextManager
from spinn_utilities.abstract_base import abstractmethod
from spinnman.model.enums import CPUState


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

0 comments on commit f84b2a2

Please sign in to comment.