Skip to content

Commit 47978a2

Browse files
effigiesZviBaratz
andauthored
Update nibabel/deprecated.py
Co-authored-by: Zvi Baratz <[email protected]>
1 parent 62a95f6 commit 47978a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ModuleProxy:
3333
module.
3434
"""
3535

36-
def __init__(self, module_name: str):
36+
def __init__(self, module_name: str) -> None:
3737
self._module_name = module_name
3838

3939
def __getattr__(self, key: str) -> ty.Any:

0 commit comments

Comments
 (0)