fix type hint for cli_runner.invoke

This commit is contained in:
kurtatter 2024-11-23 03:23:09 +03:00 committed by David Lord
parent ea08f155d8
commit 54c3f87af9
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
2 changed files with 4 additions and 1 deletions

View file

@ -3,6 +3,8 @@ Version 3.1.1
Unreleased
- Fix type hint for `cli_runner.invoke`. :issue:`5645`
Version 3.1.0
-------------