Skip to content

Commit

Permalink
Fix __init__.py in common.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
egparedes committed Nov 20, 2024
1 parent 173897d commit 5d6ad43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model/common/src/icon4py/model/common/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
Pair,
PreviousStepPair,
chainable,
named_property,
)


__all__ = [
# Classes
"DoubleBuffering",
"DoubleBufferingDataClassTrait",
"NextStepPair",
"Pair",
"PreviousStepPair",
"namedproperty",
"named_property",
# Functions
"chainable",
# Modules
Expand Down

0 comments on commit 5d6ad43

Please sign in to comment.