Commit 4236a89
Remove non-existent kwargs in ast.Call() call (streamlit#8711)
See https://docs.python.org/3.10/library/ast.html#abstract-grammar for a
reference on the attributes `ast.Call` takes.
A future version of mypy will give a type error for this code
(python/typeshed#11880).
Co-authored-by: Vincent Donato <vincent@streamlit.io>1 parent 0fbbf4d commit 4236a89
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
175 | | - | |
176 | 174 | | |
177 | 175 | | |
178 | 176 | | |
| |||
0 commit comments