mirror of
https://github.com/google/bumble.git
synced 2026-04-16 00:25:31 +00:00
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 typing import (
|
||||
Any,
|
||||
ClassVar,
|
||||
Literal,
|
||||
TypeVar,
|
||||
cast,
|
||||
|
||||
Reference in New Issue
Block a user