mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-08-06 18:54:08 +00:00
Add missing firmware module import (#774)
#766 was merged too hastily to fail the tests as the module was never imported.
This commit is contained in:
@@ -4,6 +4,7 @@ from .childdevicemodule import ChildDeviceModule
|
||||
from .cloudmodule import CloudModule
|
||||
from .devicemodule import DeviceModule
|
||||
from .energymodule import EnergyModule
|
||||
from .firmware import Firmware
|
||||
from .ledmodule import LedModule
|
||||
from .lighttransitionmodule import LightTransitionModule
|
||||
from .timemodule import TimeModule
|
||||
|
Reference in New Issue
Block a user