Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

#394: Use Union[List[Column], List[str]] for Select #395

Merged
merged 2 commits into from
Apr 16, 2020

Commits on Apr 15, 2020

  1. zero323#394: Use Union[List[Column], List[str]] for select()

    as @zero323 pointed out in zero323#395 (review),
    we can use only List, not Sequence (as originally suggested by mypy)
    jhereth committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    48c60e9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Configuration menu
    Copy the full SHA
    0215e81 View commit details
    Browse the repository at this point in the history