Skip to content

Commit a0e0c59

Browse files
style(pre-commit.ci): auto fixes [...]
1 parent a18e6bd commit a0e0c59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pycudadecon/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ def __getattr__(self, name: str) -> Any:
4040
from .otf import TemporaryOTF, make_otf
4141

4242
__all__ = [
43+
"RLContext",
44+
"TemporaryOTF",
4345
"__version__",
4446
"affineGPU",
4547
"decon",
4648
"deskewGPU",
4749
"make_otf",
4850
"rl_cleanup",
51+
"rl_context",
4952
"rl_decon",
5053
"rl_init",
51-
"RLContext",
52-
"rl_context",
5354
"rotateGPU",
54-
"TemporaryOTF",
5555
]

src/pycudadecon/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def is_otf(arr_or_fpath: PathOrArray) -> bool:
7777
@contextmanager
7878
def stdout_redirected(to: str = os.devnull) -> Iterator[None]:
7979
"""
80-
import os.
80+
Import os.
8181
8282
with stdout_redirected(to=filename):
8383
print("from Python")

0 commit comments

Comments
 (0)