Skip to content

Commit

Permalink
remove unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 19, 2023
1 parent 9f17703 commit 68fd7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinnman/spalloc/spalloc_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
from typing import (
Any, ContextManager,
Callable, Dict, FrozenSet, Iterable, Iterator, List, Mapping,
Optional, Tuple, Union, cast)
Optional, Tuple, cast)
from typing_extensions import TypeAlias
from websocket import WebSocket # type: ignore
from spinn_utilities.abstract_base import AbstractBase, abstractmethod
Expand Down

0 comments on commit 68fd7ae

Please sign in to comment.