We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e33faec commit 399ed6fCopy full SHA for 399ed6f
src/litmodels/integrations/mixins.py
@@ -89,7 +89,7 @@ def pull_from_registry(
89
class PyTorchRegistryMixin(ABC):
90
"""Mixin for PyTorch model registry integration."""
91
92
- def __post_init__(self):
+ def __post_init__(self) -> None:
93
"""Post-initialization method to set up the model."""
94
import torch
95
0 commit comments