Skip to content

Commit 8d62e78

Browse files
committed
move the comment around again
1 parent 9a39e94 commit 8d62e78

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/PyPartMC/__init__.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,5 @@ def __generate_si():
8282
__version__ = importlib.metadata.version(__package__)
8383

8484
# walkaround for MATLAB bindings
85-
setattr( # pylint: disable=undefined-variable
86-
nanobind, "nb_type_0", type(_PyPartMC.AeroData)
87-
)
85+
# pylint: disable=undefined-variable
86+
setattr(nanobind, "nb_type_0", type(_PyPartMC.AeroData))

0 commit comments

Comments
 (0)