Skip to content

Commit

Permalink
Remove import for NonLinearModel (Removed in #506).
Browse files Browse the repository at this point in the history
  • Loading branch information
jswright-dstl committed Jun 21, 2022
1 parent 00c464b commit 2d3f134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonesoup/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from .types import detection
from .types.state import StateMutableSequence
from .models.base import LinearModel, NonLinearModel, Model
from .models.base import LinearModel, Model

from enum import Enum

Expand Down

0 comments on commit 2d3f134

Please sign in to comment.