Skip to content

Commit 7fb549e

Browse files
pre-commit-ci[bot]ax3l
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
1 parent 42d26da commit 7fb549e

File tree

6 files changed

+778
-748
lines changed

6 files changed

+778
-748
lines changed

src/amrex/space1d/__init__.pyi

Lines changed: 247 additions & 240 deletions
Large diffs are not rendered by default.

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ amrex
3434
"""
3535

3636
from __future__ import annotations
37+
38+
import typing
39+
3740
import numpy
3841
import pybind11_stubgen.typing_ext
39-
import typing
42+
4043
from . import ParallelDescriptor
4144

4245
__all__ = [

src/amrex/space2d/__init__.pyi

Lines changed: 271 additions & 264 deletions
Large diffs are not rendered by default.

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,12 @@ amrex
3434
"""
3535

3636
from __future__ import annotations
37+
38+
import typing
39+
3740
import numpy
3841
import pybind11_stubgen.typing_ext
39-
import typing
42+
4043
from . import ParallelDescriptor
4144

4245
__all__ = [

0 commit comments

Comments
 (0)