Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jan 3, 2025
1 parent 831c86f commit cfefca0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modelskill/comparison/_collection_plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@ def spatial_overview(
The matplotlib axes object
"""
from ..plotting import spatial_overview
from ..obs import observation

obs = [cmp._to_observation() for cmp in self.cc]
# TODO how to add model domain(s)
Expand Down Expand Up @@ -815,7 +814,6 @@ def temporal_coverage(
plot title, default empty
"""
from ..plotting import temporal_coverage
from ..obs import observation

obs = [cmp._to_observation() for cmp in self.cc]
mod = self.cc[0]._to_model()
Expand Down

0 comments on commit cfefca0

Please sign in to comment.