Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit dc5d4b9

Browse files
committed
fix: F401 'typing.Sequence' imported but unused
1 parent 8fb62f8 commit dc5d4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pybotics/optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Optimization module."""
22
from copy import deepcopy
33
from itertools import repeat
4-
from typing import MutableSequence, Sequence
4+
from typing import MutableSequence
55

66
import attr
77
import numpy as np

0 commit comments

Comments
 (0)