Commit f1402490 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add missing bracket

parent 4e934f74
......@@ -233,7 +233,7 @@ class InvariantPointAttention(nn.Module):
r: Rigid,
mask: torch.Tensor,
_offload_inference: bool = False,
_z_reference_list: Optional[Sequence[torch.Tensor] = None,
_z_reference_list: Optional[Sequence[torch.Tensor]] = None,
) -> torch.Tensor:
"""
Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment