mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Update docstrings
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
"""Module with location helpers."""
|
||||
"""
|
||||
homeassistant.util.location
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Module with location helpers.
|
||||
"""
|
||||
import collections
|
||||
|
||||
import requests
|
||||
@@ -6,7 +10,6 @@ from vincenty import vincenty
|
||||
|
||||
ELEVATION_URL = 'http://maps.googleapis.com/maps/api/elevation/json'
|
||||
|
||||
|
||||
LocationInfo = collections.namedtuple(
|
||||
"LocationInfo",
|
||||
['ip', 'country_code', 'country_name', 'region_code', 'region_name',
|
||||
|
||||
Reference in New Issue
Block a user