Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import Chip to help typing
Browse files Browse the repository at this point in the history
Christian-B committed Nov 29, 2023
1 parent dac8398 commit c8126e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spinn_machine/machine.py
Original file line number Diff line number Diff line change
@@ -25,8 +25,7 @@
SpinnMachineAlreadyExistsException, SpinnMachineException)
from spinn_machine.data import MachineDataView
from spinn_machine.link_data_objects import FPGALinkData, SpinnakerLinkData
if TYPE_CHECKING:
from .chip import Chip
from .chip import Chip

logger = logging.getLogger(__name__)
_SpinLinkKey: TypeAlias = Tuple[Union[str, XY], int]

0 comments on commit c8126e7

Please sign in to comment.