Skip to content

Commit

Permalink
corrected import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Greeshmashaji committed Feb 7, 2025
1 parent 6cf011f commit 6964a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from typing import final

from utils import _get_instance_with_sub_options
from Metrics import Metrics
from metrics import Metrics


class Core(ABC):
Expand Down

0 comments on commit 6964a9e

Please sign in to comment.