Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Fix twisted trunk mypy errors #14012

Merged
merged 4 commits into from
Oct 3, 2022
Merged

Fix twisted trunk mypy errors #14012

merged 4 commits into from
Oct 3, 2022

Commits on Oct 3, 2022

  1. Fix twisted trunk mypy errors

    PartialDownloadError is now marked as `Optional[bytes]`, though I think
    it should never be None in practice. See
    https://github.com/twisted/twisted/pull/11688/files#r985657476
    David Robertson committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    578d0f1 View commit details
    Browse the repository at this point in the history
  2. Changelog

    David Robertson committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    a37e8e5 View commit details
    Browse the repository at this point in the history
  3. Use assertion rather than cast

    David Robertson committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    149fecc View commit details
    Browse the repository at this point in the history
  4. lint

    David Robertson committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    7a1808f View commit details
    Browse the repository at this point in the history