Skip to content

Commit

Permalink
Remove unused import of numpy type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayitzin committed Aug 26, 2024
1 parent fce518b commit f44832e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ahrs/filters/fkf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from typing import Tuple
from typing import Optional
import numpy as np
from numpy.typing import ArrayLike
from ..utils.core import _assert_numerical_iterable

class FKF:
Expand Down

0 comments on commit f44832e

Please sign in to comment.