Skip to content

Commit 631c4a4

Browse files
committed
Fix lint
1 parent ae65763 commit 631c4a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pysmartthings/device.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"""Defines a SmartThings device."""
22
from collections import defaultdict, namedtuple
33
import colorsys
4-
from enum import Enum
54
import re
65
from typing import Any, Dict, Mapping, Optional, Sequence, Tuple
76

0 commit comments

Comments
 (0)