mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Fix isort w.r.t. _ast/_collections_abc/_tracemalloc/_warnings (#6329)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import sys
|
||||
from typing import Optional, Sequence, Tuple, Union, overload
|
||||
|
||||
from _tracemalloc import *
|
||||
from typing import Optional, Sequence, Tuple, Union, overload
|
||||
|
||||
def get_object_traceback(obj: object) -> Traceback | None: ...
|
||||
def take_snapshot() -> Snapshot: ...
|
||||
|
||||
Reference in New Issue
Block a user