Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Jan 20, 2022
1 parent 78e5220 commit f21ef51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torch_geometric/nn/dense/linear.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ class HeteroLinear(torch.nn.Module):
Shapes:
- **input:**
features :math:`(*, F_{in})`,
type vector :math:`(*)`
features :math:`(*, F_{in})`,
type vector :math:`(*)`
- **output:** features :math:`(*, F_{out})`
"""
def __init__(self, in_channels: int, out_channels: int, num_types: int,
Expand Down

0 comments on commit f21ef51

Please sign in to comment.