Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Archer6621 committed Jan 25, 2024
1 parent fbbcc01 commit 5dc95df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion valentine/metrics/base_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from __future__ import annotations
from typing import TYPE_CHECKING

from pandas.io.pytables import DataCol
if TYPE_CHECKING:
from ..algorithms.matcher_results import MatcherResults

Check warning on line 8 in valentine/metrics/base_metric.py

View check run for this annotation

Codecov / codecov/patch

valentine/metrics/base_metric.py#L8

Added line #L8 was not covered by tests
from abc import ABC, abstractmethod
Expand Down

0 comments on commit 5dc95df

Please sign in to comment.