Finally remove all mentions of the old polytypes module.

It was merged with types long ago.
This commit is contained in:
Simon Forman
2020-04-25 15:59:31 -07:00
parent cdff2ea5ea
commit a66fd8d173
14 changed files with 153 additions and 38 deletions
+2 -2
View File
@@ -24,11 +24,11 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"from joy.utils.polytypes import (\n",
"from joy.utils.types import (\n",
" doc_from_stack_effect, \n",
" infer,\n",
" reify,\n",