Skip to content

Commit

Permalink
ENH add missing import (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopfonseca committed Feb 29, 2024
1 parent 0a5ea92 commit 803ffab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sharp/qoi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
RankScoreQoI,
TopKQoI,
get_qoi,
get_qoi_names
get_qoi_names,
)

__all__ = [
Expand Down
2 changes: 1 addition & 1 deletion sharp/qoi/_qoi.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import copy
from .base import BaseQoI, BaseRankQoI



class DiffQoI(BaseQoI):
"""
A general QoI, suitable for models/methods that output label predictions or scores.
Expand Down

0 comments on commit 803ffab

Please sign in to comment.