From d199782fb5f3c22f1cd5fda6ddf1d64f40a92726 Mon Sep 17 00:00:00 2001 From: Nizamudeen A Date: Mon, 31 Jul 2023 14:50:57 +0530 Subject: mgr: fix some flake8 complaints Signed-off-by: Nizamudeen A --- src/pybind/mgr/crash/module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pybind/mgr/crash/module.py') diff --git a/src/pybind/mgr/crash/module.py b/src/pybind/mgr/crash/module.py index 739555e6270..e9f78c81514 100644 --- a/src/pybind/mgr/crash/module.py +++ b/src/pybind/mgr/crash/module.py @@ -9,7 +9,7 @@ from collections import defaultdict from prettytable import PrettyTable import re from threading import Event, Lock -from typing import cast, Any, Callable, DefaultDict, Dict, Iterable, List, Optional, Tuple, TypeVar,\ +from typing import cast, Any, Callable, DefaultDict, Dict, Iterable, List, Optional, Tuple, TypeVar, \ Union, TYPE_CHECKING -- cgit v1.2.3