Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 29, 2023
1 parent c8126e7 commit 2d680e2
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
Expand Up @@ -14,8 +14,7 @@
from __future__ import annotations
import logging
from typing import (
Dict, Iterable, Iterator, List, Optional, Sequence, Set, Tuple, Union,
TYPE_CHECKING)
Dict, Iterable, Iterator, List, Optional, Sequence, Set, Tuple, Union)
from typing_extensions import TypeAlias
from spinn_utilities.abstract_base import AbstractBase, abstractmethod
from spinn_utilities.typing.coords import XY
Expand Down

0 comments on commit 2d680e2

Please sign in to comment.