Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
pre-commit-ci[bot] committed Aug 17, 2024
1 parent 79c1874 commit ac33129
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import copy
import datetime
import os.path as osp
import sys
2 changes: 1 addition & 1 deletion pyg_lib/sampler/__init__.py
Original file line number Diff line number Diff line change
@@ -179,7 +179,7 @@ def subgraph(
induced subgraph.
Returns:
Compressed source node indices and target node indices of the induced
Compressed source node indices and target node indices of the induced
subgraph.
In addition, may return the indices of edges of the original graph.
"""

0 comments on commit ac33129

Please sign in to comment.