]> granicus.if.org Git - graphviz/commit
Fix python typing warning
authorMark Hansen <markhansen@google.com>
Sun, 14 Feb 2021 01:52:44 +0000 (12:52 +1100)
committerMark Hansen <markhansen@google.com>
Sun, 14 Feb 2021 01:52:44 +0000 (12:52 +1100)
commit2c2aae851002b21d78318b08e6b4c03223295617
treee47456f6e3d6a8a95f60f7c13b69df4102484db0
parent9a40efc4e0cbc15d5631bcae018912b0a75601d2
Fix python typing warning

"""
List expression not allowed in type annotation
  Use List[T] to indicate a list type or Union[T1, T2] to indicate a union typePylance
"""
ci/deploy.py