Skip to content

Commit

Permalink
ruff & isort on load_metric.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Johanmkr committed Feb 4, 2025
1 parent 1f09383 commit 3af0a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/load_metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import numpy as np
import torch.nn as nn

from .metrics import EntropyPrediction
from .metrics import precision
from .metrics import EntropyPrediction, precision


class MetricWrapper(nn.Module):
def __init__(self, *metrics):
Expand Down

0 comments on commit 3af0a71

Please sign in to comment.