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:
Teemu R
2017-10-07 17:41:51 +02:00
committed by GitHub
parent d22eceefae
commit 0b2e371e79
4 changed files with 9 additions and 9 deletions

View File

@@ -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