From 86340d0bb2fceebfe593bddd0a889f10297665c0 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Thu, 3 Oct 2024 23:10:33 +0800 Subject: [PATCH] refactor: do not expose by default; --- pypots/utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypots/utils/__init__.py b/pypots/utils/__init__.py index d564bf31..24542ad4 100644 --- a/pypots/utils/__init__.py +++ b/pypots/utils/__init__.py @@ -10,7 +10,7 @@ # content files in this package "file", "logging", - "metrics", + # "metrics", # deprecated and everything is moved to nn.functional, hence do not import it by default "random", "visual", ]