remove wrong annotation (#2349)

This commit is contained in:
Adrian Wälchli 2020-06-25 04:29:26 +02:00 committed by GitHub
parent 9b2e60530f
commit 220bb6db57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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