Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
  • Loading branch information
davrot authored Nov 23, 2023
1 parent 5f2573b commit 4c9ae97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python_typing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ a: Any = 0
b: float = 0.0
a = b
```
### Never type
This can be used to define a function that should never be called, or a function that never returns.


### Generic types

Expand Down

0 comments on commit 4c9ae97

Please sign in to comment.