Skip to content

Commit

Permalink
style: Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fg-mindee committed Feb 23, 2022
1 parent d2c49e8 commit 58be438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doctr/models/recognition/sar/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def forward(
self,
features: torch.Tensor, # (N, C, H, W)
holistic: torch.Tensor, # (N, C)
gt: Optional[torch.Tensor] = None, # (N, L)
gt: Optional[torch.Tensor] = None, # (N, L)
) -> torch.Tensor:

if gt is None:
Expand Down

0 comments on commit 58be438

Please sign in to comment.