From 1dfc5e8e3bf8d939769c9df87163f8e7c53330cb Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 7 Jul 2022 19:28:11 -0700 Subject: [PATCH] CI: remove legacy TODO in deploy script This was addressed in 6117abe680037824d134149b0de42f589fb24466, with subsequent fixes in 92804597802903f126c3d701179fc06bda58ed4c and 156b57941de82d1d229c0ccf331cf2dc3a9f7e32. --- ci/deploy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/deploy.py b/ci/deploy.py index 20cabda8b..28a660d02 100644 --- a/ci/deploy.py +++ b/ci/deploy.py @@ -166,7 +166,6 @@ def main(args: List[str]) -> int: # pylint: disable=missing-function-docstring webdata = { "version": f"graphviz-{options.version}", "sources": [], - # TODO: fill in "windows": [], } -- 2.40.0