Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 13, 2023
1 parent f906045 commit 8b3495c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/amrex/space1d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def Print(*args, **kwargs):


from ..Array4 import register_Array4_extension
from ..ArrayOfStructs import register_AoS_extension
from ..PODVector import register_PODVector_extension
from ..StructOfArrays import register_SoA_extension
from ..ArrayOfStructs import register_AoS_extension

register_Array4_extension(amrex_1d_pybind)
register_PODVector_extension(amrex_1d_pybind)
Expand Down
2 changes: 1 addition & 1 deletion src/amrex/space2d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def Print(*args, **kwargs):


from ..Array4 import register_Array4_extension
from ..ArrayOfStructs import register_AoS_extension
from ..PODVector import register_PODVector_extension
from ..StructOfArrays import register_SoA_extension
from ..ArrayOfStructs import register_AoS_extension

register_Array4_extension(amrex_2d_pybind)
register_PODVector_extension(amrex_2d_pybind)
Expand Down
2 changes: 1 addition & 1 deletion src/amrex/space3d/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ def Print(*args, **kwargs):


from ..Array4 import register_Array4_extension
from ..ArrayOfStructs import register_AoS_extension
from ..PODVector import register_PODVector_extension
from ..StructOfArrays import register_SoA_extension
from ..ArrayOfStructs import register_AoS_extension

register_Array4_extension(amrex_3d_pybind)
register_PODVector_extension(amrex_3d_pybind)
Expand Down

0 comments on commit 8b3495c

Please sign in to comment.