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 86a8404 commit 78e5220
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,9 +177,9 @@ class HeteroLinear(torch.nn.Module):
Shapes:
- **input:**
features :math:`(*, F_{in})`
features :math:`(*, F_{in})`,
type vector :math:`(*)`
- **output:** node features :math:`(*, F_{out})`
- **output:** features :math:`(*, F_{out})`
"""
def __init__(self, in_channels: int, out_channels: int, num_types: int,
**kwargs):
Expand Down

0 comments on commit 78e5220

Please sign in to comment.