From fe07aa21bf9ccdae776da1d71b5d11086a8829fb Mon Sep 17 00:00:00 2001 From: Christopher Wilcox Date: Fri, 16 Feb 2024 15:01:33 -0800 Subject: [PATCH] Update tox_to_nox.py Address lint. --- nox/tox_to_nox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nox/tox_to_nox.py b/nox/tox_to_nox.py index 29537257..de64ceee 100644 --- a/nox/tox_to_nox.py +++ b/nox/tox_to_nox.py @@ -24,7 +24,7 @@ from configparser import ConfigParser from pathlib import Path from subprocess import check_output -from typing import Any, Iterable +from typing import Any import jinja2 import tox.config