mirror of
https://github.com/google/bumble.git
synced 2026-04-18 00:45:32 +00:00
Merge pull request #867 from zxzxwu/fix-import-error
Fix missing ClassVar import
This commit is contained in:
@@ -28,6 +28,7 @@ from collections.abc import Callable, Iterable, Sequence
|
|||||||
from dataclasses import field
|
from dataclasses import field
|
||||||
from typing import (
|
from typing import (
|
||||||
Any,
|
Any,
|
||||||
|
ClassVar,
|
||||||
Literal,
|
Literal,
|
||||||
TypeVar,
|
TypeVar,
|
||||||
cast,
|
cast,
|
||||||
|
|||||||
Reference in New Issue
Block a user