Skip to content

Commit

Permalink
fix: F401 'typing.Sequence' imported but unused
Browse files Browse the repository at this point in the history
  • Loading branch information
engnadeau committed Sep 26, 2022
1 parent 8fb62f8 commit dc5d4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybotics/optimization.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Optimization module."""
from copy import deepcopy
from itertools import repeat
from typing import MutableSequence, Sequence
from typing import MutableSequence

import attr
import numpy as np
Expand Down

0 comments on commit dc5d4b9

Please sign in to comment.