Remove unused import for re

pull/598/head
Jeff Schroeder 2015-11-08 20:37:29 -06:00
parent 137cadb59c
commit 0f292e8fa6
1 changed files with 0 additions and 1 deletions

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__)