1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 21:54:27 +01: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
@@ -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__)