Skip to content

Commit c4f6415

Browse files
committed
FIX: reseting lambda change - wil be corrected in later PR
1 parent 3257872 commit c4f6415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sphinxext/autosummary_generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
try:
3030
from phantom_import import import_phantom_module
3131
except ImportError:
32-
def import_phantom_module(x): return x
32+
import_phantom_module = lambda x: x
3333

3434

3535
def main():

0 commit comments

Comments
 (0)