Skip to content

Commit

Permalink
change list[] to List[] type annotation (for python 3.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
analog-cbarber committed Jan 15, 2024
1 parent abf128a commit 1bc8eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/impl/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_download_wheel_whitebox(
issued.
"""
n_wheels = 1
download_args: list[argparse.Namespace] = []
download_args: List[argparse.Namespace] = []
stderr = b""

def call_pip_download(cmd: List[str], **_kwargs) -> subprocess.CompletedProcess:
Expand Down

0 comments on commit 1bc8eca

Please sign in to comment.