Skip to content

Commit

Permalink
Removed the requests library import which is not used anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
viswa-swami committed Jul 26, 2017
1 parent 00ef36b commit 06f0093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/camera/foscam.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""
import logging

import requests
import voluptuous as vol

from homeassistant.components.camera import (Camera, PLATFORM_SCHEMA)
Expand Down

0 comments on commit 06f0093

Please sign in to comment.