Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ffl096 committed Dec 10, 2024
1 parent f3a3ec5 commit fb258c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions topomodelx/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
)

__all__ = [
"LiftLayer",
"MultiHeadLiftLayer",
"PoolLayer",
"MultiHeadCellAttention",
"MultiHeadCellAttention_v2",
"CANLayer",
"CCXNLayer",
"CWNLayer",
"LiftLayer",
"MultiHeadCellAttention",
"MultiHeadCellAttention_v2",
"MultiHeadLiftLayer",
"PoolLayer",
"_CWNDefaultAggregate",
"_CWNDefaultFirstConv",
"_CWNDefaultSecondConv",
"_CWNDefaultAggregate",
"_CWNDefaultUpdate",
]

0 comments on commit fb258c8

Please sign in to comment.