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 c525a42 commit a37e0bb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions torch_geometric/contrib/nn/models/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from .rbcd_attack import PRBCDAttack, GRBCDAttack

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

0 comments on commit a37e0bb

Please sign in to comment.