]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/crash/module.py
update ceph source to reef 18.2.0
[ceph.git] / ceph / src / pybind / mgr / crash / module.py
index 739555e627042ed3d4af8e027d33512cbd8b7036..e9f78c8151408f8cd38768e54a405194b88855fd 100644 (file)
@@ -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