mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-11 01:48:03 +00:00
move SmartDeviceException to SmartDevice, and remove types.py complet… (#95)
* move SmartDeviceException to SmartDevice, and remove types.py completely. fixes #94 * do not import skipIf anymore
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from unittest import TestCase, skip, skipIf
|
||||
from unittest import TestCase, skip
|
||||
from voluptuous import Schema, Invalid, All, Any, Range, Coerce
|
||||
from functools import partial
|
||||
import datetime
|
||||
|
Reference in New Issue
Block a user