1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00

Remove unused import for re

This commit is contained in:
Jeff Schroeder
2015-11-08 20:37:29 -06:00
parent 137cadb59c
commit 0f292e8fa6

View File

@@ -11,7 +11,6 @@ from homeassistant.helpers import validate_config
from homeassistant.components.camera import DOMAIN
from homeassistant.components.camera import Camera
import requests
import re
_LOGGER = logging.getLogger(__name__)