From fb258c81e48844fc6e59db94c49479ec92cbe741 Mon Sep 17 00:00:00 2001 From: Florian Frantzen Date: Tue, 10 Dec 2024 13:33:18 +0100 Subject: [PATCH] Fix linting error --- topomodelx/nn/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/topomodelx/nn/__init__.py b/topomodelx/nn/__init__.py index b7cc10fe..7cb0826c 100644 --- a/topomodelx/nn/__init__.py +++ b/topomodelx/nn/__init__.py @@ -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", ]