Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
awarecan committed Jul 14, 2018
1 parent 3806fb8 commit 89e613e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion homeassistant/components/camera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ def enable_motion_detection(self):
async def async_enable_motion_detection(self):
"""Call the job and enable motion detection.
This method must be run in the event loop and returns a coroutine.
"""
return await self.hass.async_add_job(self.enable_motion_detection)
Expand Down
4 changes: 2 additions & 2 deletions homeassistant/components/camera/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
For more details about this platform, please refer to the documentation
https://home-assistant.io/components/demo/
"""
import os
import logging
import homeassistant.util.dt as dt_util
import os

from homeassistant.components.camera import Camera, SUPPORT_ON_OFF

_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 89e613e

Please sign in to comment.