Skip to content

Commit

Permalink
fix src. reference (#1607)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored and horheynm committed Feb 20, 2024
1 parent ca1b75a commit 7acc80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deepsparse/loggers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from typing import Any, Type


LOGGER_REGISTRY = "src.deepsparse.loggers.registry.__init__"
LOGGER_REGISTRY = "deepsparse.loggers.registry.__init__"


def import_from_registry(name: str) -> Type[Any]:
Expand Down

0 comments on commit 7acc80a

Please sign in to comment.