Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 6, 2024
1 parent b8b04c0 commit 29bcb89
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spinn_utilities/ranged/abstract_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

from collections.abc import Iterable, Iterator, MutableSequence, Sequence
from collections.abc import Iterable, Iterator, Sequence
from typing import (
Optional,
Set, Tuple, Union,
Optional, Tuple, Union,
Generic, TypeVar, overload)
from typing_extensions import TypeAlias
from spinn_utilities.abstract_base import AbstractBase, abstractmethod
Expand Down

0 comments on commit 29bcb89

Please sign in to comment.