Skip to content

Commit 2cd188d

Browse files
committed
remove anno
1 parent 2dbc4b3 commit 2cd188d

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

execnb/shell.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/02_shell.ipynb.
44

5-
# %% ../nbs/02_shell.ipynb #535003cf
6-
from __future__ import annotations
5+
# %% auto #0
6+
__all__ = ['CaptureShell', 'format_exc', 'NbResult', 'render_outputs', 'find_output', 'out_exec', 'out_stream', 'out_error',
7+
'exec_nb', 'SmartCompleter']
78

9+
# %% ../nbs/02_shell.ipynb #535003cf
810
from fastcore.utils import *
911
from fastcore.script import call_parse
1012
from fastcore.ansi import ansi2html, strip_ansi
@@ -33,10 +35,6 @@
3335
from .nbio import _dict2obj
3436

3537

36-
# %% auto #0
37-
__all__ = ['CaptureShell', 'format_exc', 'NbResult', 'render_outputs', 'find_output', 'out_exec', 'out_stream', 'out_error',
38-
'exec_nb', 'SmartCompleter']
39-
4038
# %% ../nbs/02_shell.ipynb #6913382c
4139
class _CustDisplayHook(DisplayHook):
4240
def write_output_prompt(self): pass

nbs/02_shell.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"outputs": [],
3030
"source": [
3131
"#| export\n",
32-
"from __future__ import annotations\n",
3332
"\n",
3433
"from fastcore.utils import *\n",
3534
"from fastcore.script import call_parse\n",

0 commit comments

Comments
 (0)