Skip to content

Commit

Permalink
clean unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Feb 1, 2024
1 parent abbfbbe commit 2b22ce0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/example_spine_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from auxiliary.turbopath import turbopath

from panoptica import MatchedInstancePair, Panoptic_Evaluator
from panoptica.metrics import Metric, MetricMode
from panoptica.metrics import Metric

directory = turbopath(__file__).parent

Expand Down
1 change: 0 additions & 1 deletion examples/example_spine_semantic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
Panoptic_Evaluator,
SemanticPair,
)
from panoptica.metrics import Metric

directory = turbopath(__file__).parent

Expand Down

0 comments on commit 2b22ce0

Please sign in to comment.