Skip to content

Commit

Permalink
[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
  • Loading branch information
pre-commit-ci[bot] committed Aug 17, 2024
1 parent 79c1874 commit ac33129
Show file tree
Hide file tree
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
Expand Down
2 changes: 1 addition & 1 deletion pyg_lib/sampler/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit ac33129

Please sign in to comment.