Skip to content

Commit

Permalink
flake8 fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
orosoman-dstl committed Aug 23, 2022
1 parent c73d4af commit 7e654c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stonesoup/tests/test_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@
from stonesoup.measures import Mahalanobis

from stonesoup.dataassociator.neighbour import NearestNeighbour
from stonesoup.types.state import GaussianState, State, StateMutableSequence
from stonesoup.types.state import GaussianState, State

from stonesoup.types.track import Track
from typing import Collection

start_time = datetime.now()
transition_model = CombinedLinearGaussianTransitionModel([ConstantVelocity(0.005),
Expand Down

0 comments on commit 7e654c3

Please sign in to comment.