Skip to content

Commit 92aa5dd

Browse files
authored
Update Kwarg optimization wrapper.ipynb
1 parent 3672835 commit 92aa5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipython/Kwarg optimization wrapper.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
" i_as_meth_arg: bool=False,\n",
164164
" factory: bool=True,\n",
165165
" Cmeth: str=\"RUN\",\n",
166-
" staticD: dict=dict(),\n",
166+
" staticD=dict(),\n",
167167
" hardfloat=False,\n",
168168
" inner_bounding=False):\n",
169169
" \"\"\"take in function and dict and return:\n",

0 commit comments

Comments
 (0)