Skip to content

Commit 91acd13

Browse files
committed
fixes #587
1 parent 41df0db commit 91acd13

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

fastcore/basics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
from .imports import *
2323
import builtins,types,typing
2424
import pprint
25+
from copy import copy
2526
try: from types import UnionType
2627
except ImportError: UnionType = None
2728

nbs/01_basics.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"from fastcore.imports import *\n",
2020
"import builtins,types,typing\n",
2121
"import pprint\n",
22+
"from copy import copy\n",
2223
"try: from types import UnionType\n",
2324
"except ImportError: UnionType = None"
2425
]

0 commit comments

Comments
 (0)