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

transform: Fix type checks #692

Merged
merged 1 commit into from
Jul 26, 2023
Merged

transform: Fix type checks #692

merged 1 commit into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. transform: Fix type checks

    Remove all of the `@no_type_check` markers and use the
    `connection.DataEntry` type with all transformers. There are still some
    issues with passing a list to DataEntry when it expects to have a
    dictionary or `None` as its second argument.
    
    Because if mypy isn't happy, nobody is happy. 😉
    
    Signed-off-by: Major Hayden <major@redhat.com>
    major committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    49d3be1 View commit details
    Browse the repository at this point in the history