Skip to content

Commit

Permalink
move sample_neighbors.py to neighbors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DesmonDay committed Aug 17, 2022
1 parent 355519b commit 2f4e475
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/geometric/sampling/__init__.py
Expand Up @@ -15,7 +15,7 @@
from .graph_reindex import graph_reindex # noqa: F401
from .graph_reindex import heter_graph_reindex # noqa: F401
from .khop_sampler import khop_sampler # noqa: F401
from .sample_neighbors import sample_neighbors # noqa: F401
from .neighbors import sample_neighbors # noqa: F401

__all__ = [
'graph_reindex',
Expand Down

0 comments on commit 2f4e475

Please sign in to comment.