Skip to content

Commit 960fb36

Browse files
committed
📝 remove the (now irrelevant) Untyped subsection
1 parent b79426a commit 960fb36

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

‎README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -188,15 +188,8 @@ But if you find that this isn't the case, then don't hesitate to open an issue o
188188
The entire public API of `scipy` is **fully annotated** and **verifiably valid**.
189189
For the most part, this can also be said about `scipy`'s private API and other internal machinery.
190190

191-
### `Untyped`
192-
193-
A small portion of the stubs uses the `Untyped` type (an alias of `Any`) as a "placeholder" or "to-do" annotation.
194-
In those cases static type-checkers won't do any type-checking, and won't bother you with errors or warnings, so you probably
195-
won't even notice it.
196-
The current goal of `scipy-stubs` is to replace all `Untyped` annotations with more meaningful ones.
197-
198-
At the moment, out of the 21 `scipy.*` subpackages, the only one that still has (some) `Untyped` annotations, is `scipy.signal`.
199-
See [scipy-stubs#99](https://github.com/jorenham/scipy-stubs/issues/99) for an overview.
191+
Note that this does not mean that all annotations are optimal, and some might even be incorrect. If you encounter this, it would
192+
help a lot if you could open an issue or a PR for it.
200193

201194
## Contributing
202195

0 commit comments

Comments
 (0)