From 8274dc86d6eac4548d90480f9dcbfaaf11ff56b7 Mon Sep 17 00:00:00 2001 From: Lon Blauvelt Date: Thu, 11 Jan 2024 13:17:19 -0800 Subject: [PATCH] Ignore a perfectly good import. --- src/toil/lib/ec2nodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/toil/lib/ec2nodes.py b/src/toil/lib/ec2nodes.py index 82b200626d..56577b6860 100644 --- a/src/toil/lib/ec2nodes.py +++ b/src/toil/lib/ec2nodes.py @@ -19,7 +19,7 @@ import textwrap import requests import shutil -import enlighten +import enlighten # type: ignore from typing import Dict, List, Tuple, Union, Any