diff options
author | Nizamudeen A <nia@redhat.com> | 2023-07-31 11:20:57 +0200 |
---|---|---|
committer | Nizamudeen A <nia@redhat.com> | 2023-07-31 11:20:57 +0200 |
commit | d199782fb5f3c22f1cd5fda6ddf1d64f40a92726 (patch) | |
tree | a111c03434c398e479deeb525688b1920559a13f /src/pybind/mgr/crash/module.py | |
parent | Merge pull request #52317 from rhcs-dashboard/rgw-overview-dashboard (diff) | |
download | ceph-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.py | 2 |
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 |