prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.28k stars 715 forks source link

Fix missing @property in _CombinedRegistry.bindings. #1686

Closed jonathanslenders closed 1 year ago

jonathanslenders commented 1 year ago

This method was never called, so not really a bug. Found thanks to the new mypy release.