Skip to content

Commit

Permalink
Use this instead
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 4, 2024
1 parent 70df3c5 commit 7c467df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spinn_machine/version/abstract_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import logging
import re
from typing import (
Dict, Iterable, List, Optional, Sequence, Tuple, TypeAlias, TYPE_CHECKING)
Dict, Iterable, List, Optional, Sequence, Tuple, TYPE_CHECKING)
from typing_extensions import TypeAlias

from spinn_utilities.abstract_base import AbstractBase, abstractmethod
from spinn_utilities.log import FormatAdapter
Expand Down

0 comments on commit 7c467df

Please sign in to comment.