File: Type-Annotation-Fixes-121a274d75791a61.yaml

package info (click to toggle)
python-requests-mock 1.12.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 656 kB
  • sloc: python: 2,339; makefile: 162
file content (4 lines) | stat: -rw-r--r-- 144 bytes parent folder | download
1
2
3
4
---
fixes:
  - |
    A series of type hint fixes, most importantly the register_uri return value is not a response but a usable Matcher object.