mirror of
https://github.com/google/bumble.git
synced 2026-04-17 00:35:31 +00:00
python 3.8 compatibility
This commit is contained in:
@@ -28,6 +28,7 @@ import math
|
||||
import os
|
||||
import pathlib
|
||||
import struct
|
||||
from typing import Tuple
|
||||
import weakref
|
||||
|
||||
|
||||
@@ -292,7 +293,7 @@ class Driver:
|
||||
@dataclass
|
||||
class DriverInfo:
|
||||
rom: int
|
||||
hci: tuple[int, int]
|
||||
hci: Tuple[int, int]
|
||||
config_needed: bool
|
||||
has_rom_version: bool
|
||||
has_msft_ext: bool = False
|
||||
|
||||
Reference in New Issue
Block a user