Skip to content

Commit

Permalink
Merge pull request #372 from ababino/fix-test_sig
Browse files Browse the repository at this point in the history
fix #371
  • Loading branch information
jph00 authored Oct 29, 2021
2 parents 38ccc5d + 0be1e63 commit 5093ae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions fastcore/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

# Cell
from .imports import *
from .test import *
from contextlib import contextmanager
from copy import copy
import inspect
Expand Down
2 changes: 1 addition & 1 deletion nbs/07_meta.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"source": [
"#export\n",
"from fastcore.imports import *\n",
"from fastcore.test import *\n",
"from contextlib import contextmanager\n",
"from copy import copy\n",
"import inspect"
Expand All @@ -28,7 +29,6 @@
"metadata": {},
"outputs": [],
"source": [
"from fastcore.test import *\n",
"from fastcore.foundation import *\n",
"from nbdev.showdoc import *\n",
"from fastcore.nb_imports import *"
Expand Down

0 comments on commit 5093ae0

Please sign in to comment.