summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/crash/module.py
diff options
context:
space:
mode:
authorNizamudeen A <nia@redhat.com>2023-07-31 11:20:57 +0200
committerNizamudeen A <nia@redhat.com>2023-07-31 11:20:57 +0200
commitd199782fb5f3c22f1cd5fda6ddf1d64f40a92726 (patch)
treea111c03434c398e479deeb525688b1920559a13f /src/pybind/mgr/crash/module.py
parentMerge pull request #52317 from rhcs-dashboard/rgw-overview-dashboard (diff)
downloadceph-d199782fb5f3c22f1cd5fda6ddf1d64f40a92726.tar.xz
ceph-d199782fb5f3c22f1cd5fda6ddf1d64f40a92726.zip
mgr: fix some flake8 complaints
Signed-off-by: Nizamudeen A <nia@redhat.com>
Diffstat (limited to '')
-rw-r--r--src/pybind/mgr/crash/module.py2
1 files changed, 1 insertions, 1 deletions
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