We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38eab7 commit 49fef96Copy full SHA for 49fef96
src/torchjd/__init__.py
@@ -24,6 +24,3 @@ def __getattr__(name: str) -> Callable:
24
)
25
return _deprecated_items[name][1]
26
raise AttributeError(f"module {__name__} has no attribute {name}")
27
-
28
29
-# TODO: Just a stupid todo to test ci
0 commit comments