Skip to content

Commit 399ed6f

Browse files
committed
none
1 parent e33faec commit 399ed6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/litmodels/integrations/mixins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def pull_from_registry(
8989
class PyTorchRegistryMixin(ABC):
9090
"""Mixin for PyTorch model registry integration."""
9191

92-
def __post_init__(self):
92+
def __post_init__(self) -> None:
9393
"""Post-initialization method to set up the model."""
9494
import torch
9595

0 commit comments

Comments
 (0)