We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae65763 commit 631c4a4Copy full SHA for 631c4a4
pysmartthings/device.py
@@ -1,7 +1,6 @@
1
"""Defines a SmartThings device."""
2
from collections import defaultdict, namedtuple
3
import colorsys
4
-from enum import Enum
5
import re
6
from typing import Any, Dict, Mapping, Optional, Sequence, Tuple
7
0 commit comments