Skip to content

Commit 72d5860

Browse files
committed
stub.py: Add missing KernelFWCollection import
Signed-off-by: Hector Martin <[email protected]>
1 parent 1989b8c commit 72d5860

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/stub.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
from asahi_firmware.wifi import WiFiFWCollection
55
from asahi_firmware.bluetooth import BluetoothFWCollection
66
from asahi_firmware.multitouch import MultitouchFWCollection
7+
from asahi_firmware.kernel import KernelFWCollection
78
from util import *
89

910
class StubInstaller(PackageInstaller):

0 commit comments

Comments
 (0)