Skip to content

Commit 45c4528

Browse files
authored
Update script.py
1 parent 4f49480 commit 45c4528

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

fastcore/script.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# AUTOGENERATED! DO NOT EDIT! File to edit: nbs/08_script.ipynb (unless otherwise specified).
22

3-
__all__ = ['store_true', 'store_false', 'bool_arg', 'clean_type_str', 'Param', 'anno_parser', 'args_from_prog', 'SCRIPT_INFO', 'call_parse']
3+
__all__ = ['store_true', 'store_false', 'bool_arg', 'clean_type_str', 'Param', 'anno_parser', 'args_from_prog',
4+
'SCRIPT_INFO', 'call_parse']
45

56
# Cell
67
import inspect,functools
@@ -104,4 +105,4 @@ def _f(*args, **kwargs):
104105
setattr(mod, func.__name__, _f)
105106
SCRIPT_INFO.func = func.__name__
106107
return _f()
107-
else: return _f
108+
else: return _f

0 commit comments

Comments
 (0)