From af61e9b6ce95dd6e9678889afb391952fe08b41e Mon Sep 17 00:00:00 2001 From: brentyi Date: Thu, 7 Nov 2024 03:20:03 -0800 Subject: [PATCH] ignore mypy errors for docs update script --- docs/update_example_docs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/update_example_docs.py b/docs/update_example_docs.py index b1522cd3..28769467 100644 --- a/docs/update_example_docs.py +++ b/docs/update_example_docs.py @@ -1,3 +1,4 @@ +# mypy: ignore-errors """Helper script for updating the auto-generated examples pages in the documentation.""" from __future__ import annotations @@ -14,9 +15,8 @@ from pathlib import Path from typing import Iterable, Optional, Tuple, Union -from tqdm import tqdm - import tyro +from tqdm import tqdm def command_to_rst(