Only specify unwrapped in UnwrappedHistory
This commit is contained in:
parent
3deb015c0d
commit
98adc879ae
1 changed files with 1 additions and 2 deletions
|
@ -362,7 +362,7 @@ period.
|
||||||
from itertools import chain
|
from itertools import chain
|
||||||
import math
|
import math
|
||||||
import statistics
|
import statistics
|
||||||
from typing import Any, Dict, Iterable, List, Optional, Sequence, Tuple, get_type_hints
|
from typing import Dict, Iterable, List, Optional, Sequence, Tuple, get_type_hints
|
||||||
from typing_extensions import TypedDict, get_args
|
from typing_extensions import TypedDict, get_args
|
||||||
|
|
||||||
import grpc
|
import grpc
|
||||||
|
@ -542,7 +542,6 @@ class UnwrappedHistory:
|
||||||
"""Class for holding a copy of grpc history data."""
|
"""Class for holding a copy of grpc history data."""
|
||||||
|
|
||||||
unwrapped: bool
|
unwrapped: bool
|
||||||
current: Any
|
|
||||||
|
|
||||||
|
|
||||||
class ChannelContext:
|
class ChannelContext:
|
||||||
|
|
Loading…
Reference in a new issue