remove wrong annotation (#2349)
This commit is contained in:
parent
9b2e60530f
commit
220bb6db57
|
@ -46,7 +46,7 @@ class LightningTemplateModel(LightningModule):
|
|||
out_features: int = 10,
|
||||
hidden_dim: int = 1000,
|
||||
**kwargs
|
||||
) -> 'LightningTemplateModel':
|
||||
):
|
||||
# init superclass
|
||||
super().__init__()
|
||||
self.drop_prob = drop_prob
|
||||
|
|
Loading…
Reference in New Issue