Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Mar 14, 2024
1 parent 1e5f1b7 commit 96b7a46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spinn_machine/multicast_routing_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import annotations
from typing import Any, FrozenSet, Iterable, Optional, Tuple, overload
from spinn_machine.router import Router
from typing import Any, Iterable, Optional, overload
from .base_multicast_routing_entry import BaseMulticastRoutingEntry
from .exceptions import SpinnMachineInvalidParameterException

Expand Down

0 comments on commit 96b7a46

Please sign in to comment.