Skip to content

Commit

Permalink
fixing init
Browse files Browse the repository at this point in the history
  • Loading branch information
saif-m17 committed Dec 15, 2024
1 parent a37e0bb commit 31fb7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_geometric/contrib/nn/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .rbcd_attack import PRBCDAttack, GRBCDAttack

__all__ = classes = ['PRBCDAttack', 'GRBCDAttack', 'HeGAN']
__all__ = classes = ['PRBCDAttack', 'GRBCDAttack', 'HeGan']

0 comments on commit 31fb7bb

Please sign in to comment.